From 6d82e54dead3541c92af04dfa294029864714269 Mon Sep 17 00:00:00 2001 From: Liu Date: Wed, 19 Mar 2025 19:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=87=8D=E5=A4=8D=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=8F=92=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index 7f3e1c6..e917f75 100644 --- a/main.py +++ b/main.py @@ -53,9 +53,6 @@ def main(chat_type: int): # 秀人网每天自动发pdf robot.onEveryTime("17:30", robot.xiu_ren_pdf_send) - # 加载插件系统 - robot.plugin_manager.load_all_plugins() - # 让机器人一直跑 robot.keep_running_and_block_process()