From 18372e81c6b3e9e461115c92f1465c096fde3d2d Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Sun, 13 Aug 2023 18:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E5=89=8D=E5=88=A4=E6=96=AD?= =?UTF-8?q?=5F=5Fmain=5F=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 6c09f99..5664d95 100644 --- a/bot.py +++ b/bot.py @@ -23,4 +23,6 @@ bot.apply_routes( ] ) -bot.run() + +if __name__ == "__main__": + bot.run()