From a5650ebd09f814ecb85419a018ab9e9755679fbb Mon Sep 17 00:00:00 2001 From: Kepka Ludovic Date: Thu, 21 Aug 2025 17:10:23 +0200 Subject: [PATCH] nettoyage --- run-twitch.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 run-twitch.py diff --git a/run-twitch.py b/run-twitch.py deleted file mode 100644 index 550a48f..0000000 --- a/run-twitch.py +++ /dev/null @@ -1,7 +0,0 @@ - -import asyncio - -from twitchbot import start - -if __name__ == "__main__": - asyncio.run(start()) \ No newline at end of file