1
0
Fork 0
mirror of synced 2024-06-15 09:04:33 +12:00

Added the statsupdate cog to load on startup

This commit is contained in:
Phxntxm 2016-08-01 08:57:09 -05:00
parent 23bdd8d448
commit 040c596f40

3
bot.py
View file

@ -17,7 +17,8 @@ extensions = ['cogs.interaction',
'cogs.overwatch',
'cogs.links',
'cogs.tags',
'cogs.roles']
'cogs.roles',
'cogs.statsupdate']
bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription, pm_help=None)
discord_logger = logging.getLogger('discord')