bundle.discord.help

Custom help command with branded embeds.

Attributes

Classes

BundleHelpCommand

Branded help command using EmbedFactory styling.

Module Contents

bundle.discord.help.COG_META: dict[str, tuple[str, str]]
bundle.discord.help.COG_ORDER = ['music', 'youtube', 'core']
class bundle.discord.help.BundleHelpCommand

Bases: discord.ext.commands.HelpCommand

Branded help command using EmbedFactory styling.

async send_bot_help(mapping: dict) None
async send_cog_help(cog: discord.ext.commands.Cog) None
async send_command_help(command: discord.ext.commands.Command) None
async send_group_help(group: discord.ext.commands.Group) None
async send_error_message(error: str) None