fix:占位符问题以及缩进问题
This commit is contained in:
@@ -250,7 +250,7 @@ class SanguoshaGame(BaseGame):
|
|||||||
if not game:
|
if not game:
|
||||||
return "❌ 当前没有游戏"
|
return "❌ 当前没有游戏"
|
||||||
|
|
||||||
result[object Object]玩家列表\n\n"
|
result = f"## 👥 玩家列表\n\n"
|
||||||
for idx, player in enumerate(game.players, 1):
|
for idx, player in enumerate(game.players, 1):
|
||||||
result += f"{idx}. **{player.username}**"
|
result += f"{idx}. **{player.username}**"
|
||||||
if game.is_started:
|
if game.is_started:
|
||||||
|
|||||||
Reference in New Issue
Block a user