mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Update
This commit is contained in:
@@ -90,11 +90,6 @@ class TwitchService:
|
||||
try:
|
||||
eventsub.start()
|
||||
|
||||
logger.info("Unsubscribe from all events...")
|
||||
await eventsub.unsubscribe_all()
|
||||
await sleep(5)
|
||||
logger.info("Unsubscribe from all events done")
|
||||
|
||||
logger.info("Subscribe to events...")
|
||||
await gather(
|
||||
*[self.subscribe_to_streamer(eventsub, streamer) for streamer in streamers]
|
||||
|
||||
Reference in New Issue
Block a user