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

Set the twitch cog to load by default

This commit is contained in:
Phxntxm 2016-07-10 12:28:16 -05:00
parent 536d348a68
commit e70a0b5d6e

3
bot.py
View file

@ -9,7 +9,8 @@ extensions = ['cogs.interaction',
'cogs.mod',
'cogs.owner',
'cogs.stats',
'cogs.playlist']
'cogs.playlist',
'cogs.twitch']
bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription)