From 2708fa565f59b07944dfb9a9c74854951bbb0759 Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Sun, 15 Apr 2018 11:27:39 +0200 Subject: [PATCH] Improve error msg --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;