@ -230,7 +230,7 @@ func verifyMember(s *discordgo.Session, u discordgo.User) {
st,_:=s.UserChannelCreate(u.ID)
st,_:=s.UserChannelCreate(u.ID)
s.ChannelMessageSend(st.ID,"Your verification has been accepted, welcome!")
s.ChannelMessageSend(st.ID,"Your verification has been accepted, welcome!")
m,_:=s.ChannelMessageSend(config.IntroChann,fmt.Sprintf("Welcome %+v please introduce yourself! :) feel free to check out <#710557387937022034> to tag your roles. Also please mute any channels you are not interested in!",u.Mention()))
m,_:=s.ChannelMessageSend(config.IntroChann,fmt.Sprintf("Welcome %+v please introduce yourself! :) feel free to check out <#710557387937022034> to tag your roles. Also please mute any channels you are not interested in!",u.Mention()))