From 7afa4bdb8b829c3d683861494f4fe8a17af1e056 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 2 Dec 2020 11:47:20 -0500 Subject: [PATCH] Updated ASL message --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b1f1bad..dc16431 100644 --- a/main.go +++ b/main.go @@ -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.") }