From 5a4a3db332bd435b7c9f0e6187289e92a6dc001b Mon Sep 17 00:00:00 2001
From: AzideCupric <57004769+AzideCupric@users.noreply.github.com>
Date: Mon, 6 Jun 2022 00:59:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=BA=9B=E6=8B=BC?=
 =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/plugins/nonebot_bison/platform/mcbbsnews.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/nonebot_bison/platform/mcbbsnews.py b/src/plugins/nonebot_bison/platform/mcbbsnews.py
index 42a1bd5..fc9d4f1 100644
--- a/src/plugins/nonebot_bison/platform/mcbbsnews.py
+++ b/src/plugins/nonebot_bison/platform/mcbbsnews.py
@@ -45,7 +45,7 @@ class McbbsNews(NewMessage):
     name = "MCBBS幻翼块讯"
     enabled = True
     is_common = False
-    scheduler_class = "msbbs"
+    scheduler_class = "mcbbs"
     has_target = False
 
     async def get_target_name(self, _: Target) -> str: