This commit is contained in:
2024-11-29 14:59:31 +01:00
parent 87b44b7835
commit 015ad2510a

View File

@@ -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):