feat: send new members instructions to link wolves #19

Merged
silver merged 20 commits from new-member-message into main 2024-09-17 21:33:22 +00:00
Showing only changes of commit 557dcb9f8c - Show all commits

View file

@ -59,7 +59,7 @@ impl EventHandler for Handler {
}
}
let bot_channel_message = match bot_channel.is_empty() {
true => format!("go to the bot channel"),
true => "go to the bot channel".to_string(),
false => format!("go to https://discord.com/{}/{}", new_member.guild_id, bot_channel),
};