From 3c12e0e8d51699abeebb822414cf1ef3cc126f26 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 23 Apr 2023 23:36:31 +0800 Subject: ✨fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/main.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/main.py (limited to 'tests/main.py') diff --git a/tests/main.py b/tests/main.py new file mode 100644 index 0000000..93f67f2 --- /dev/null +++ b/tests/main.py @@ -0,0 +1,6 @@ +from HydroRoll import Bot + +bot = Bot(hot_reload=True) + +if __name__ == "__main__": + bot.run() -- cgit v1.2.3-70-g09d2