fix: 错误的命名规则

This commit is contained in:
Rock Chin
2023-01-17 00:10:44 +08:00
parent 42819daf0f
commit 2c9e7f70f2

View File

@@ -3,7 +3,7 @@ from pkg.plugin.host import EventContext
# 注册插件
@register(name="hello", description="hello world", version="0.1", author="RockChinQ")
@register(name="Hello", description="hello world", version="0.1", author="RockChinQ")
class HelloPlugin(Plugin):
def __init__(self):