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

I don't use client, I use bot. Changed client to bot

This commit is contained in:
Phxntxm 2016-07-10 12:37:34 -05:00
parent 4128faebc6
commit 8e99c939dc

View file

@ -14,7 +14,7 @@ def channelOnline(channel: str):
return data['stream'] is not None
async def checkChannels(bot):
await client.wait_until_ready()
await bot.wait_until_ready()
cursor = config.getCursor()
cursor.execute('use {}'.format(config.db_default))
cursor.execute('select * from twitch')