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 c468648 commit c644fd8Copy full SHA for c644fd8
cogs/utility.py
@@ -91,7 +91,7 @@ def format_command_help(self, ctx, cmd):
91
fmt += f"{c.short_doc:<{maxlen}}\n"
92
93
em.add_field(name='Subcommands', value=fmt)
94
- em.set_footer(text=f'Type "{prefix}help {cmd}" for more info on a command.')
+ em.set_footer(text=f'Type "{prefix}help {cmd} command" for more info on a command.')
95
96
return em
97
0 commit comments