Skip to content

Commit c468648

Browse files
committed
Fixed another typo in help command
1 parent 7640bee commit c468648

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}" command for more info on a command.')
94+
em.set_footer(text=f'Type "{prefix}help {cmd}" for more info on a command.')
9595

9696
return em
9797

0 commit comments

Comments
 (0)