This commit is contained in:
Sakuhl 2018-01-12 21:25:25 +01:00
parent cb5c7a3da5
commit d04ecc4d61

View File

@ -57,7 +57,6 @@ impl EventHandler for Handler {
} else if msg.content == "wc!unwarfeed" { } else if msg.content == "wc!unwarfeed" {
wc_unwarfeed(msg); wc_unwarfeed(msg);
} }
*/
} }
// Set a handler to be called on the `on_ready` event. This is called when a // Set a handler to be called on the `on_ready` event. This is called when a