|
@@ -92,7 +92,7 @@ namespace MafiaTelegramBot.Game.GameRooms
|
|
|
else
|
|
|
{
|
|
|
LeavingPlayers.Add(player.Id);
|
|
|
- await _room.PlayersCh.SendTo(player.ChatId, $"{strings.confirm_exit} '''{roomName}''' {strings.to_confirm_exit}");
|
|
|
+ await _room.PlayersCh.SendTo(player.ChatId, $"{strings.confirm_exit} ```{strings.exit}``` {strings.to_confirm_exit}");
|
|
|
}
|
|
|
}
|
|
|
}
|