quotes=[]string{"The hardest choices require the strongest wills.","You're strong, but I could snap my fingers and you'd all cease to exist.","Fun isn't something one considers when balancing the universe. But this... does put a smile on my face.","Perfectly balanced, as all things should be.","I am inevitable."}
quotes=[]string{"The hardest choices require the strongest wills.","You're strong, but I could snap my fingers and you'd all cease to exist.","Fun isn't something one considers when balancing the universe. But this... does put a smile on my face.","Perfectly balanced, as all things should be.","I am inevitable."}
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,err:=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()))
s.ChannelMessageSend(st.ID,fmt.Sprintf("Your verification has been rejected. This means it did not clearly show your face, with your pinkie finger held to the corner of your mouth, or the photo looked edited/filtered. No filters will be accepted.\n\nPlease try again before <t:%+v:t>",time.Now().Add(1*time.Hour).Unix()))
s.ChannelMessageSend(st.ID,fmt.Sprintf("Your verification has been rejected. This means it did not clearly show your face, with your pinkie finger held to the corner of your mouth, or the photo looked edited/filtered. No filters will be accepted.\n\nPlease try again before <t:%+v:t>",time.Now().Add(1*time.Hour).Unix()))
}
}
@ -190,7 +196,10 @@ func rejectVerification(s *discordgo.Session, u discordgo.User) {
s.ChannelMessageSend(st.ID,"What is your ASL? (Age/Sex/Language) Please note, this is NOT requesting your gender, but your biological sex. Gender is a social construct, sex is biology and in the context of pornographic images more important.")
s.ChannelMessageSend(st.ID,"What is your ASL? (Age/Sex/Language) Please note, this is NOT requesting your gender, but your biological sex. Gender is a social construct, sex is biology and in the context of pornographic images more important.")