1
0
Fork 0
mirror of synced 2024-06-22 16:20:23 +12:00

Removed steam as a cog

This commit is contained in:
phxntxm 2016-08-30 19:02:32 -05:00
parent 36c839a276
commit 0a0776651d

3
bot.py
View file

@ -25,8 +25,7 @@ extensions = ['cogs.interaction',
'cogs.roles',
'cogs.strawpoll',
'cogs.tictactoe',
'cogs.hangman',
'cogs.steam']
'cogs.hangman']
opts = {'command_prefix': config.command_prefix,
'description': config.bot_description,