From 23b32b900423ae8fe36a50224f0308cb3d97d4d0 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 19 Apr 2023 01:23:44 +0800 Subject: 🏷bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChienDice/main.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChienDice/main.py (limited to 'ChienDice/main.py') diff --git a/ChienDice/main.py b/ChienDice/main.py new file mode 100644 index 0000000..bb95e79 --- /dev/null +++ b/ChienDice/main.py @@ -0,0 +1,6 @@ +from iamai import Bot + +bot = Bot(hot_reload=True) + +if __name__ == "__main__": + bot.run() -- cgit v1.2.3-70-g09d2