1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Start correct task

This commit is contained in:
phxntxm 2018-10-04 13:01:33 -05:00
parent 7cfe02cc56
commit 4dc82c7b48

View file

@ -18,7 +18,7 @@ class Twitch:
self.key = utils.twitch_key
self.params = {'client_id': self.key}
self.task = bot.loop.create_task(self.check_channels())
self.task = bot.loop.create_task(self.twitch_task())
@staticmethod
def _form_embed(data):