fix: channel link
This commit is contained in:
parent
e7caf148dd
commit
28b911c468
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ impl EventHandler for Handler {
|
||||||
}
|
}
|
||||||
let bot_channel_message = match bot_channel.is_empty() {
|
let bot_channel_message = match bot_channel.is_empty() {
|
||||||
true => "go to the bot channel".to_string(),
|
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!(
|
let msg = format!(
|
||||||
|
|
Loading…
Reference in a new issue