s.ChannelMessageSend("627620309754839070",fmt.Sprintf("Welcome %+v please introduce yourself! :) feel free to check out <#627620309754839070> 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 %+v",time.Until(time.Now().Add(1*time.Hour))))
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 %+v",time.Until(time.Now().Add(1*time.Hour))))
}
config.Unverified[u.ID]=time.Now()
}
@ -233,7 +233,7 @@ func handlePM(s *discordgo.Session, m *discordgo.MessageCreate) {
@@ -233,7 +233,7 @@ func handlePM(s *discordgo.Session, m *discordgo.MessageCreate) {
}
}
iflen(m.Attachments)!=1{
s.ChannelMessageSend(m.ChannelID,"```I am a bot and this is an autoreply.\n\nUntil you send a verification, I will always say the following message:```\nYou may only send me your verification (and nothing else) to be passed to the admins (and no one else). Verification is a full face pic, with your pinky finger held to the corner of your mouth.")
s.ChannelMessageSend(m.ChannelID,"```I am a bot and this is an autoreply.\n\nUntil you send a verification, I will always say the following message:```\nYou may only send me your verification (and nothing else) to be passed to the admins (and no one else). Verification is a clear full face pic, with your pinky finger held to the corner of your mouth.")