Insult WynnStats

This commit is contained in:
Sakuhl 2018-03-07 09:11:18 +01:00
parent 45deb5299c
commit 4a777bda38

View File

@ -153,6 +153,11 @@ impl Handler {
thread::sleep_ms(5000);
let _ = msg.channel_id.say("<@395463760841539584> has bigger gay");
}
if msg.content == "<@392763365409292298> has biggest gay" {
let _ = msg.channel_id.broadcast_typing();
thread::sleep_ms(5000);
let _ = msg.channel_id.say("<@395463760841539584> no u");
}
if !msg.content.starts_with(&prefix) {
return Ok(());
}