加入群ID显示

This commit is contained in:
liuwei
2025-02-17 16:00:20 +08:00
parent f8c73659f2
commit b3633caa4e
3 changed files with 53 additions and 49 deletions

View File

@@ -29,7 +29,7 @@ def archive_message(group_id, timestamp_str, sender, content, message_type, atta
# 提交事务
connection.commit()
print(f"Message archived successfully: {content}")
print(f"Message archived successfully:{group_id}:{sender}: {content}")
except Exception as e:
print(f"Error archiving message: {e}")