Fix typo
This commit is contained in:
parent
5d8fd70be3
commit
d148cf9ba1
@ -22,7 +22,7 @@ impl EventHandler for Handler {
|
||||
fn on_message(&self, _: Context, msg: Message) {
|
||||
if msg.content.starts_with("wc!guild ") {
|
||||
wc_guild(msg);
|
||||
} else if msg.conten == "wc!topguilds" {
|
||||
} else if msg.content == "wc!topguilds" {
|
||||
wc_topguilds_limit(msg, 10);
|
||||
} else if msg.content.starts_with("wc!topguilds ") {
|
||||
wc_topguilds(msg);
|
||||
|
Loading…
Reference in New Issue
Block a user