1
0
Fork 0
mirror of synced 2024-06-01 18:29:38 +12:00

Added the da cog as a default cog to load

This commit is contained in:
Phxntxm 2016-10-08 14:22:56 -05:00
parent e529bb8804
commit 044e977674

3
bot.py
View file

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