Update !rank error message

This commit is contained in:
runebaas 2018-08-26 17:39:01 +02:00
parent 9dda829cf9
commit 00da991dae
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

View file

@ -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)