fix:表情包小问题

This commit is contained in:
SengokuCola
2025-04-25 00:02:24 +08:00
parent 503a89fdf5
commit e24b7cedcb
3 changed files with 4 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ class EmojiManager:
time_end = time.time()
logger.info(f"[匹配] 搜索表情包用时: {time_end - time_start:.2f}")
return os.path.join(selected_emoji.path, selected_emoji.filename), f"[ {selected_emoji.description} ]"
return selected_emoji.path, f"[ {selected_emoji.description} ]"
except Exception as e:
logger.error(f"[错误] 获取表情包失败: {str(e)}")