Improve error msg
This commit is contained in:
parent
57b2d75008
commit
2708fa565f
@ -207,7 +207,7 @@ impl Handler {
|
|||||||
if command.starts_with("leaderboard") {
|
if command.starts_with("leaderboard") {
|
||||||
command = command.replacen("leaderboard", "topguilds", 1);
|
command = command.replacen("leaderboard", "topguilds", 1);
|
||||||
}
|
}
|
||||||
if command.starts_with("stats ") {
|
if command.starts_with("stats") {
|
||||||
command = command.replacen("stats", "guild", 1);
|
command = command.replacen("stats", "guild", 1);
|
||||||
}
|
}
|
||||||
let command = &command;
|
let command = &command;
|
||||||
|
Loading…
Reference in New Issue
Block a user