mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-13 03:40:39 +01:00
draft twitch bot
This commit is contained in:
7
run-twitch.py
Normal file
7
run-twitch.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
import asyncio
|
||||
|
||||
from twitchbot import start
|
||||
|
||||
if __name__ == "__main__":
|
||||
asyncio.run(start())
|
||||
Reference in New Issue
Block a user