draft twitch bot

This commit is contained in:
Kepka Ludovic
2025-08-18 10:47:02 +02:00
committed by skylanix
parent 49502ac13b
commit 0c1dae22f5
11 changed files with 133 additions and 2 deletions

7
run-twitch.py Normal file
View File

@@ -0,0 +1,7 @@
import asyncio
from twitchbot import start
if __name__ == "__main__":
asyncio.run(start())