diff --git a/maubot.yaml b/maubot.yaml index 77f922b..75360a1 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -3,7 +3,7 @@ id: cn.tayxie.llmplus version: 1.0.0 license: MIT modules: - - aibot + - maubot_llmplus main_class: AiBotPlugin config: true extra_files: diff --git a/maubot_llmplus/__init__.py b/maubot_llmplus/__init__.py new file mode 100644 index 0000000..ecdcadc --- /dev/null +++ b/maubot_llmplus/__init__.py @@ -0,0 +1 @@ +from maubot_llmplus.aibot import AiBotPlugin diff --git a/aibot.py b/maubot_llmplus/aibot.py similarity index 100% rename from aibot.py rename to maubot_llmplus/aibot.py