Skip to content

Commit c644fd8

Browse files
committed
Fixed previous typo commit
1 parent c468648 commit c644fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def format_command_help(self, ctx, cmd):
9191
fmt += f"{c.short_doc:<{maxlen}}\n"
9292

9393
em.add_field(name='Subcommands', value=fmt)
94-
em.set_footer(text=f'Type "{prefix}help {cmd}" for more info on a command.')
94+
em.set_footer(text=f'Type "{prefix}help {cmd} command" for more info on a command.')
9595

9696
return em
9797

0 commit comments

Comments
 (0)