This commit is contained in:
2024-11-17 23:56:43 +01:00
parent 9969a3fc30
commit 5d675ecbaf

View File

@@ -62,7 +62,7 @@ class TwitchService:
) )
for sub in subs.data: for sub in subs.data:
if sub.status == "enabled" and sub.type == sub_type: if sub.type == sub_type:
await self.twitch.delete_eventsub_subscription(sub.id) await self.twitch.delete_eventsub_subscription(sub.id)
await sleep(1) await sleep(1)