Browse Source

Updated ASL message

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
7afa4bdb8b
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      main.go

2
main.go

@ -232,7 +232,7 @@ func rejectVerification(s *discordgo.Session, u discordgo.User) { @@ -232,7 +232,7 @@ func rejectVerification(s *discordgo.Session, u discordgo.User) {
func requestAge(s *discordgo.Session, u discordgo.User) {
defer log.PanicSafe()
st, _ := s.UserChannelCreate(u.ID)
s.ChannelMessageSend(st.ID, "What is your ASL? (Age/Sex/Language)")
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.")
}

Loading…
Cancel
Save