mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-11-22 07:15:59 +00:00
⚡ 提高alconna版本要求,milky表情回应
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user