修复不一致的地方

This commit is contained in:
learner 2024-07-30 07:29:36 +08:00
parent 9d705f1d19
commit 55e73736cc

View File

@ -20,7 +20,7 @@ class Main:
""" """
def __init__(self, context: Context) -> None: def __init__(self, context: Context) -> None:
self.context = context self.context = context
self.context.register_commands("helloworld", "helloworld", "内置测试指令。", 1, self.helloworld) self.context.register_commands("testp", "testp", "内置测试指令。", 1, self.helloworld)
""" """
指令处理函数 指令处理函数