Fix aliases

This commit is contained in:
Sakuhl 2018-03-03 20:01:01 +01:00
parent 5a9d3ce17c
commit e5f0a50a97

View File

@ -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 ") {