修复不一致的地方
This commit is contained in:
parent
9d705f1d19
commit
55e73736cc
2
main.py
2
main.py
@ -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)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
指令处理函数。
|
指令处理函数。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user