mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -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:
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)
|
||||
|
||||
Reference in New Issue
Block a user