mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Update help_formatter.py (#2431)
This commit is contained in:
parent
99ad01ae0d
commit
e88c82e7e0
@ -115,7 +115,7 @@ class Help(dpy_formatter.HelpFormatter):
|
|||||||
def get_ending_note(self):
|
def get_ending_note(self):
|
||||||
# command_name = self.context.invoked_with
|
# command_name = self.context.invoked_with
|
||||||
return (
|
return (
|
||||||
"Type {0}help <command> for more info on a command.\n"
|
"Type {0}help <command> for more info on a command. "
|
||||||
"You can also type {0}help <category> for more info on a category.".format(
|
"You can also type {0}help <category> for more info on a category.".format(
|
||||||
self.context.clean_prefix
|
self.context.clean_prefix
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user