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