diff --git a/src/commands/moderation/set_welcome.rs b/src/commands/moderation/set_welcome.rs index be35ac0..0746b81 100644 --- a/src/commands/moderation/set_welcome.rs +++ b/src/commands/moderation/set_welcome.rs @@ -171,14 +171,14 @@ pub async fn set_welcome( channel_id.send_message(ctx, embed).await?; } - for message in roles_messages { - channel_id.send_message(ctx, message).await?; - } - for message in welcome_layout.messages { channel_id.say(ctx, message).await?; } + for message in roles_messages { + channel_id.send_message(ctx, message).await?; + } + if let Some(log_channel) = configured_channels.log_channel_id { let author = utils::embed_author_from_user(ctx.author()); let embed = CreateEmbed::new()