mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Help fix
Commands no longer show up in help if you don't have the permissions to use them
This commit is contained in:
parent
dc4e6d4973
commit
1026c8188b
2
red.py
2
red.py
@ -23,7 +23,7 @@ description = """
|
||||
Red - A multifunction Discord bot by Twentysix
|
||||
"""
|
||||
|
||||
formatter = commands.HelpFormatter(show_check_failure=True)
|
||||
formatter = commands.HelpFormatter(show_check_failure=False)
|
||||
|
||||
bot = commands.Bot(command_prefix=["_"], formatter=formatter,
|
||||
description=description, pm_help=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user