Improve error msg

This commit is contained in:
Sakuhl 2018-04-15 11:27:39 +02:00
parent 57b2d75008
commit 2708fa565f

View File

@ -207,7 +207,7 @@ impl Handler {
if command.starts_with("leaderboard") {
command = command.replacen("leaderboard", "topguilds", 1);
}
if command.starts_with("stats ") {
if command.starts_with("stats") {
command = command.replacen("stats", "guild", 1);
}
let command = &command;