mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +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):
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user