bundle.discord.help =================== .. py:module:: bundle.discord.help .. autoapi-nested-parse:: Custom help command with branded embeds. Attributes ---------- .. autoapisummary:: bundle.discord.help.COG_META bundle.discord.help.COG_ORDER Classes ------- .. autoapisummary:: bundle.discord.help.BundleHelpCommand Module Contents --------------- .. py:data:: COG_META :type: dict[str, tuple[str, str]] .. py:data:: COG_ORDER :value: ['music', 'youtube', 'core'] .. py:class:: BundleHelpCommand Bases: :py:obj:`discord.ext.commands.HelpCommand` Branded help command using EmbedFactory styling. .. py:method:: send_bot_help(mapping: dict) -> None :async: .. py:method:: send_cog_help(cog: discord.ext.commands.Cog) -> None :async: .. py:method:: send_command_help(command: discord.ext.commands.Command) -> None :async: .. py:method:: send_group_help(group: discord.ext.commands.Group) -> None :async: .. py:method:: send_error_message(error: str) -> None :async: