From 025020c503ef5b8dc0270197c5b1e6d4e0f8807d Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 18 Apr 2023 18:03:02 +0800 Subject: ✨本体文件 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.py (limited to 'main.py') diff --git a/main.py b/main.py new file mode 100644 index 0000000..7b49112 --- /dev/null +++ b/main.py @@ -0,0 +1,6 @@ +from alicebot import Bot + +bot = Bot(hot_reload=True) + +if __name__ == "__main__": + bot.run() -- cgit v1.2.3-70-g09d2