调整显示积分文案

This commit is contained in:
liuwei
2025-04-09 16:30:23 +08:00
parent 030cfb21b0
commit 910b8f32be
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ class GameTaskPlugin(MessagePluginInterface):
)
return
rank_text = f"🎉 群 {roomid} 排行榜Top 10来啦\n"
rank_text = f"🎉 群答题 {roomid} 排行榜Top 10来啦\n"
for i, row in enumerate(ranks, 1):
rank_text += f"🐓 {i}. {row['player_name']}: {row['points']}\n"