mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -62,7 +62,7 @@ class TwitchService:
|
||||
)
|
||||
|
||||
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 sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user