Fix aliases
This commit is contained in:
parent
5a9d3ce17c
commit
e5f0a50a97
@ -163,7 +163,7 @@ impl Handler {
|
|||||||
if command.starts_with("top ") || command == "top" {
|
if command.starts_with("top ") || command == "top" {
|
||||||
command = command.replacen("top", "topguilds", 1);
|
command = command.replacen("top", "topguilds", 1);
|
||||||
}
|
}
|
||||||
if command.starts_with("leaderboard ") {
|
if command.starts_with("leaderboard") {
|
||||||
command = command.replacen("leaderboard", "topguilds", 1);
|
command = command.replacen("leaderboard", "topguilds", 1);
|
||||||
}
|
}
|
||||||
if command.starts_with("stats ") {
|
if command.starts_with("stats ") {
|
||||||
|
Loading…
Reference in New Issue
Block a user