1
0
Fork 0
mirror of synced 2024-05-05 13:12:34 +12:00

Correct cogs to load

This commit is contained in:
phxntxm 2018-04-24 18:11:30 -05:00
parent 279a3e7116
commit bf522d33bd

View file

@ -67,15 +67,16 @@ extensions = [
'cogs.links',
'cogs.roles',
'cogs.tictactoe',
'cogs.hangman', 'cogs.events', 'cogs.raffle',
'cogs.hangman',
'cogs.events',
'cogs.raffle',
'cogs.twitch',
'cogs.blackjack',
'cogs.osu',
'cogs.tags',
'cogs.roulette',
'cogs.music',
'cogs.spotify',
'cogs.polls',
'cogs.playlist',
'cogs.dj'
]