diff --git a/src/main.rs b/src/main.rs index fc84d90..7221018 100644 --- a/src/main.rs +++ b/src/main.rs @@ -163,7 +163,7 @@ impl Handler { if command.starts_with("top ") || command == "top" { command = command.replacen("top", "topguilds", 1); } - if command.starts_with("leaderboard ") { + if command.starts_with("leaderboard") { command = command.replacen("leaderboard", "topguilds", 1); } if command.starts_with("stats ") {