加入撤回逻辑。

This commit is contained in:
liuwei
2025-04-08 16:10:57 +08:00
parent 2382f0ade3
commit 750c090499
3 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 从当前包的main模块导入MusicPlugin类
from .main import MessageRecallPlugin
# 提供get_plugin函数返回插件实例
def get_plugin():
"""获取插件实例"""
return MessageRecallPlugin()