添加Marsho AI插件,整合Azure服务,更新配置和元数据,修复startup加载两次的问题

This commit is contained in:
2024-11-05 20:22:06 +08:00
parent 9dc5951079
commit 8ac81e358f
8 changed files with 97 additions and 67 deletions

View File

@ -1,8 +1,5 @@
from nonebot import on_type
from nonebot.rule import to_me
from nonebot.adapters.onebot.v11 import PokeNotifyEvent
poke_notify = on_type(
(PokeNotifyEvent,),
rule=to_me()
)
from nonebot.adapters.onebot.v11 import PokeNotifyEvent # type: ignore
poke_notify = on_type((PokeNotifyEvent,), rule=to_me())