Skip to content

Commit 096a589

Browse files
committed
Merge from "master"
2 parents 6cc658a + c644fd8 commit 096a589

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cogs/utility.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ def format_command_help(self, ctx, cmd):
9494

9595
em.add_field(name='Sub-commands', value=fmt)
9696
em.set_footer(
97-
text=f'Type "{prefix}help {cmd}" for more info on a command.'
97+
text=f'Type "{prefix}help {cmd} command" '
98+
'for more info on a command.'
9899
)
99100
return em
100101

0 commit comments

Comments
 (0)