diff --git a/src/main.rs b/src/main.rs index 504fcb8..fc84d90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -202,8 +202,6 @@ impl Handler { } else if command.starts_with("shout") { if msg.author.name == "Wurst" && msg.author.discriminator == 1783 { wc_shout(command, msg)?; - } else { - "<@210743594061922306>".parse::().unwrap().dm(|f| f.content(format!("{} tried to shout {:?}", msg.author, &command[6..]))).unwrap(); } } else if command.starts_with("prefix") { wc_prefix(command, msg)?;