diff --git a/games/sanguosha.py b/games/sanguosha.py index f9660a5..e053734 100644 --- a/games/sanguosha.py +++ b/games/sanguosha.py @@ -250,7 +250,7 @@ class SanguoshaGame(BaseGame): if not game: return "❌ 当前没有游戏" - result[object Object]玩家列表\n\n" + result = f"## 👥 玩家列表\n\n" for idx, player in enumerate(game.players, 1): result += f"{idx}. **{player.username}**" if game.is_started: