1
0
Fork 0
mirror of synced 2024-05-19 12:02:29 +12:00

Added overwatch cog as a default cog to load

This commit is contained in:
phxntxm 2016-07-13 23:00:30 -05:00
parent fbd28a8889
commit 13c2d479c5

3
bot.py
View file

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