From fc10505c83cb056fd4e68ee028ca13c66728df49 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Sun, 13 Aug 2023 18:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=9C=BA=E5=99=A8=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index 3baa04a..6c09f99 100644 --- a/bot.py +++ b/bot.py @@ -22,3 +22,5 @@ bot.apply_routes( ), ] ) + +bot.run()