mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 19:36:08 +00:00
fix: 错误的命名规则
This commit is contained in:
@@ -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):
|
class HelloPlugin(Plugin):
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user