API Reference#

Help Commands#

PaginatedHelpCommand#

class nextcord.ext.help_commands.PaginatedHelpCommand(*args, **kwargs)#

Custom help command override using embeds and button pagination

get_command_signature(command)#

Retrieves the signature portion of the help page.

await send_bot_help(mapping)#

implements bot command help page

await send_cog_help(cog)#

implements cog help page

await send_command_help(group)#

implements group help page and command help page

await send_group_help(group)#

implements group help page and command help page