1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Loop was moved to the config file, not the bot file

This commit is contained in:
Phxntxm 2016-07-10 12:31:53 -05:00
parent e70a0b5d6e
commit 4128faebc6

View file

@ -99,4 +99,4 @@ class Twitch:
def setup(bot):
bot.add_cog(Twitch(bot))
bot.loop.create_task(checkChannels(bot))
config.loop.create_task(checkChannels(bot))