Help Command ======================= You can enable the help command with :meth:`~ezcord.bot.Bot.add_help_command`. Customize the help command by using EzCord's :class:`~ezcord.bot.Cog` class for all cogs. .. literalinclude:: ../../examples/help_command.py :language: python