1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

The list of commands is starting to get quite long, it now splits into two messages. Having the bot PM the help command now

This commit is contained in:
phxntxm 2016-07-13 09:30:14 -05:00
parent 4c52d52dae
commit 57c820d3c7

2
bot.py
View file

@ -12,7 +12,7 @@ extensions = ['cogs.interaction',
'cogs.playlist',
'cogs.twitch']
bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription)
bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription, pm_help=True)
# Bot event overrides