From 87238709df9f47bd7584e8de76f91b694f7e5ace Mon Sep 17 00:00:00 2001 From: phxntxm Date: Fri, 8 Jul 2016 20:45:16 -0500 Subject: [PATCH] Changed the help command to not pm the user --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 778b5c8..a5277eb 100644 --- a/bot.py +++ b/bot.py @@ -11,7 +11,7 @@ extensions = ['cogs.interaction', 'cogs.stats', 'cogs.playlist'] -bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription, pm_help="True") +bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription) # Bot event overrides