调整插件名称

This commit is contained in:
liuwei
2025-03-19 15:13:54 +08:00
parent 6a1df97095
commit d5b71ff5bd
7 changed files with 41 additions and 41 deletions

View File

@@ -104,7 +104,7 @@ class XiurenImagePlugin(MessagePluginInterface):
# 获取随机图片
pic_path = self._get_random_pic()
if not pic_path:
wcf.send_text(f"-----Bot-----\n❌未找到图片资源",
wcf.send_text(f"❌未找到图片资源",
(roomid if roomid else sender), sender)
return True, "未找到图片资源"