commands.ping_commands module
- async commands.ping_commands.send_embed_response(interaction, embed, logo_file, ephemeral=True)[source]
Helper function to send embed response with optional file attachment
- commands.ping_commands.setup_ping_commands(bot)[source]
Setup ping-related slash commands for the WeakAuras bot.
Registers the ping command which provides bot status information including latency, server details, and helpful links.
- Parameters:
bot (WeakAurasBot) – The WeakAuras bot instance to register commands with.
Note
This function should be called during bot initialization to register all ping-related commands with the bot’s command tree.