简化指令

This commit is contained in:
liuwei
2025-02-27 16:57:01 +08:00
parent 7929f550b4
commit 74436f73be

View File

@@ -182,7 +182,7 @@ class Robot(Job):
return True
# 暂时只支持4K群要图
elif q == "#黑丝图来" and msg.roomid == "45317011307@chatroom":
elif q == "#黑丝" and msg.roomid == "45317011307@chatroom":
try:
file_path = get_xiuren_heisi_pic()
self.wcf.send_file(file_path, msg.roomid)