mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-10 18:30:23 +01:00
Fix
This commit is contained in:
@@ -62,8 +62,9 @@ class TwitchService:
|
||||
|
||||
@classmethod
|
||||
async def start(cls):
|
||||
twith = await cls.authorize()
|
||||
print("Starting Twitch service...")
|
||||
|
||||
twith = await cls.authorize()
|
||||
await cls(twith).run()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user