Skip to content

Commit 7640bee

Browse files
committed
Fix a typo in help command
1 parent 556e3d2 commit 7640bee

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
@@ -60,7 +60,7 @@ def format_cog_help(self, ctx, cog):
6060
else:
6161
em.add_field(name=u'\u200b', value=i)
6262

63-
em.set_footer(text=f'Type "{prefix}command" for more info on a command.')
63+
em.set_footer(text=f'Type "{prefix}help command" for more info on a command.')
6464
return em
6565

6666
def format_command_help(self, ctx, cmd):

0 commit comments

Comments
 (0)