Commands no longer show up in help if you don't have the permissions to
use them
This commit is contained in:
Twentysix 2016-02-08 01:09:14 +01:00
parent dc4e6d4973
commit 1026c8188b

2
red.py
View File

@ -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)