diff --git a/red.py b/red.py index 83b047453..205dd0d7d 100644 --- a/red.py +++ b/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)