1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Changed the help command to not pm the user

This commit is contained in:
phxntxm 2016-07-08 20:45:16 -05:00
parent 45ab47bb75
commit 87238709df

2
bot.py
View file

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