diff --git a/src/main.rs b/src/main.rs index ea8d3b0..d5869de 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,8 @@ impl EventHandler for Handler { if let Err(e) = new_member.add_roles(&ctx, &roles).await { println!("{:?}", e); } - } else if let Some(name) = new_member.guild_id.name(&ctx) { + } + if let Some(name) = new_member.guild_id.name(&ctx) { let msg = format!( "Welcome to the {} server! \n\ Sign up on ulwolves and go to #bot_commands and do /link_wolves to get full access",