From e5f0a50a97a6d0380ee699cd380f1cd5bfb2fb7e Mon Sep 17 00:00:00 2001 From: Sakuhl <2012collector@gmail.com> Date: Sat, 3 Mar 2018 20:01:01 +0100 Subject: [PATCH] Fix aliases --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ") {