mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Update help_formatter.py (#2431)
This commit is contained in:
@@ -115,7 +115,7 @@ class Help(dpy_formatter.HelpFormatter):
|
||||
def get_ending_note(self):
|
||||
# command_name = self.context.invoked_with
|
||||
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(
|
||||
self.context.clean_prefix
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user