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