From 55e73736cc5e2d5b84a49b51b30836de324be3d0 Mon Sep 17 00:00:00 2001 From: learner <53132766+planb788@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dcbd876..61e0d6c 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ class Main: """ def __init__(self, context: Context) -> None: self.context = context - self.context.register_commands("helloworld", "helloworld", "内置测试指令。", 1, self.helloworld) + self.context.register_commands("testp", "testp", "内置测试指令。", 1, self.helloworld) """ 指令处理函数。