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 556e3d2 commit 7640beeCopy full SHA for 7640bee
cogs/utility.py
@@ -60,7 +60,7 @@ def format_cog_help(self, ctx, cog):
60
else:
61
em.add_field(name=u'\u200b', value=i)
62
63
- em.set_footer(text=f'Type "{prefix}command" for more info on a command.')
+ em.set_footer(text=f'Type "{prefix}help command" for more info on a command.')
64
return em
65
66
def format_command_help(self, ctx, cmd):
0 commit comments