提高alconna版本要求,milky表情回应

This commit is contained in:
2025-11-02 16:44:52 +08:00
parent 4a08a2d415
commit 8cec236c33
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ async def marsho(
global target_list
is_reaction_supported = False
if "onebot" in bot.adapter.get_name().lower():
if "onebot" or "milky" in bot.adapter.get_name().lower():
is_reaction_supported = True
if event.get_message().extract_plain_text() and (
not text

View File

@@ -10,7 +10,7 @@ authors = [
]
dependencies = [
"nonebot2>=2.4.0",
"nonebot-plugin-alconna>=0.57.1",
"nonebot-plugin-alconna>=0.60.3",
"nonebot-plugin-localstore>=0.7.1",
"zhDatetime>=2.0.0",
"aiohttp>=3.9",