From 28b911c4689489b588a8d55c2b6a1a9cf6e18a01 Mon Sep 17 00:00:00 2001 From: Daragh Downes Date: Tue, 17 Sep 2024 08:46:05 +0100 Subject: [PATCH] fix: channel link --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 19b6ee6..1e133e0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -60,7 +60,7 @@ impl EventHandler for Handler { } let bot_channel_message = match bot_channel.is_empty() { true => "go to the bot channel".to_string(), - false => format!("go to https://discord.com/{}/{}", new_member.guild_id, bot_channel), + false => format!("go to https://discord.com/channels/{}/{}", new_member.guild_id, bot_channel), }; let msg = format!(