调整显示积分文案
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user