We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b791695 commit b47c8b5Copy full SHA for b47c8b5
cogs/utility.py
@@ -55,7 +55,7 @@ async def format_cog_help(self, cog):
55
color=bot.main_color
56
)
57
58
- embed.add_field(name='Commands', value=format_)
+ embed.add_field(name='Commands', value=format_ or 'No commands.')
59
60
continued = ' (Continued)' if embeds else ''
61
embed.set_author(name=cog.qualified_name + ' - Help' + continued,
0 commit comments