Tigran %!s(int64=4) %!d(string=hai) anos
pai
achega
98f077979e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MafiaTelegramBot/Models/Commands/ShowProfileCommand.cs

+ 1 - 1
MafiaTelegramBot/Models/Commands/ShowProfileCommand.cs

@@ -23,7 +23,7 @@ namespace MafiaTelegramBot.Models.Commands
                 $"{strings.games_count} {allStatsRow.Games}\n" +
                 $"{strings.wins_count} {allStatsRow.Wins}\n" +
                 $"{strings.winrate} {(int)(allStatsRow.GetWinrate()*100)}%\n" +
-                $"{strings.rate} {user.RankNumber}%";
+                $"{strings.rate} {user.RankNumber}";
             return await Bot.SendWithMarkdown2(ChatId, message, Keyboard.ProfileKeyboard(UserId));
             
         }