🤖 自动格式化代码 [skip ci]

pull/895/head
github-actions[bot] 2025-04-30 10:30:48 +00:00
parent cb49714d85
commit c94ef75822
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ class MaiEmoji:
# 使用upsert确保记录存在或被更新
db["emoji"].update_one({"hash": self.hash}, {"$set": emoji_record}, upsert=True)
logger.success(f"[注册] 表情包信息保存到数据库: {self.emotion}")
return True