mirror of
https://github.com/LiteyukiStudio/marshoai-melo.git
synced 2025-09-05 20:26:25 +00:00
v0.3.4.1,修复nickname未生效,新新logo
This commit is contained in:
@ -114,7 +114,6 @@ async def marsho_main(event: Union[GroupMessageEvent, PrivateMessageEvent], is_g
|
||||
else:
|
||||
nickname_prompt = ""
|
||||
await send_text("*你未设置自己的昵称。推荐使用'nickname [昵称]'命令设置昵称来获得个性化(可能)回答。")
|
||||
nickname_prompt = ""
|
||||
marsho_string_removed = False
|
||||
for i in event.get_segments("image"):
|
||||
if is_support_image_model:
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = "0.3.4"
|
||||
__version__ = "0.3.4.1"
|
||||
VERSION = __version__
|
||||
PLUGIN_NAME = "marshoai"
|
||||
USAGE: str = f"""MarshoAI-Melobot Beta v{__version__} by Asankilp
|
||||
|
Reference in New Issue
Block a user