修改排行榜,彩虹改成公鸡
This commit is contained in:
@@ -304,7 +304,7 @@ def show_rank(group_id, player_id):
|
||||
return {"message": message, "player_id": player_id}
|
||||
rank_text = f"🎉 群 {group_id} 排行榜(Top 10)来啦!\n"
|
||||
for i, row in enumerate(ranks, 1):
|
||||
rank_text += f"🌈 {i}. {row['player_name']}: {row['points']} 分\n"
|
||||
rank_text += f"🐓 {i}. {row['player_name']}: {row['points']} 分\n"
|
||||
return {"message": rank_text, "player_id": player_id}
|
||||
finally:
|
||||
cursor.close()
|
||||
|
||||
Reference in New Issue
Block a user