mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Fix
This commit is contained in:
@@ -24,7 +24,6 @@ class TwitchService:
|
|||||||
ONLINE_NOTIFICATION_DELAY = 15 * 60
|
ONLINE_NOTIFICATION_DELAY = 15 * 60
|
||||||
|
|
||||||
def __init__(self, twitch: Twitch):
|
def __init__(self, twitch: Twitch):
|
||||||
self.loop = get_
|
|
||||||
self.twitch = twitch
|
self.twitch = twitch
|
||||||
|
|
||||||
async def on_channel_update(self, event: ChannelUpdateEvent):
|
async def on_channel_update(self, event: ChannelUpdateEvent):
|
||||||
|
|||||||
Reference in New Issue
Block a user