From b3fe6ca0bd723290df84721fb27b99fffeba1eb9 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 6 Aug 2022 23:12:20 +0200 Subject: [PATCH] doh. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"); } }