This commit is contained in:
Sakuhl 2018-01-02 23:16:16 +01:00
parent 5d8fd70be3
commit d148cf9ba1

View File

@ -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);