mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-02-27 23:04:24 +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
|
||||
|
||||
Reference in New Issue
Block a user