diff --git a/src/main.rs b/src/main.rs index 5bfb0f7..4590372 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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;