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

Where did that go?

This commit is contained in:
phxntxm 2017-06-12 01:32:59 -05:00
parent e98f1504cc
commit ec1df2dd3d

View file

@ -15,6 +15,7 @@ BASE_URL = 'https://api.picarto.tv/v1'
class Picarto:
def __init__(self, bot):
self.bot = bot
self.bot.loop.create_task(self.check_channels())
# noinspection PyAttributeOutsideInit
async def get_online_users(self):