1
0
Fork 0
mirror of synced 2024-06-15 00:54:34 +12:00

Added steam to the default cogs to load

This commit is contained in:
Phxntxm 2016-08-20 17:25:22 -05:00
parent 1989c4bb0e
commit 0c1d48f289

3
bot.py
View file

@ -26,7 +26,8 @@ extensions = ['cogs.interaction',
'cogs.statsupdate',
'cogs.strawpoll',
'cogs.tictactoe',
'cogs.hangman']
'cogs.hangman',
'cogs.steam']
bot = commands.Bot(command_prefix=config.commandPrefix, description=config.botDescription, pm_help=None)
discord_logger = logging.getLogger('discord')