diff --git a/src/main.rs b/src/main.rs index 70e8f6c..82da465 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ impl EventHandler for Handler { } if msg.content == "hello" { - if let Err(why) = message.channel_id.say(&ctx.http, "https://www.nohello.com/") + if let Err(why) = message.channel_id.say(&ctx.http, "https://www.nohello.com/"); } }