Update !rank error message
This commit is contained in:
parent
9dda829cf9
commit
00da991dae
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ namespace Geekbot.net.Commands.User.Ranking
|
|||
}
|
||||
}
|
||||
|
||||
if (failedToRetrieveUser) replyBuilder.AppendLine(":warning: Couldn't get all userdata\n");
|
||||
if (failedToRetrieveUser) replyBuilder.AppendLine(":warning: I couldn't find all usernames. Maybe they left the server?\n");
|
||||
replyBuilder.AppendLine($":bar_chart: **{type.ToString().CapitalizeFirst()} Highscore for {Context.Guild.Name}**");
|
||||
var highscorePlace = 1;
|
||||
foreach (var user in highscoreUsers)
|
||||
|
|
Loading…
Reference in a new issue