From 99e6f7066b7d95046eabf8d984d1d7157ef71029 Mon Sep 17 00:00:00 2001 From: Rudi Date: Fri, 15 Sep 2023 13:12:25 -0400 Subject: [PATCH] Formatting --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e3d0788..e029e56 100644 --- a/main.go +++ b/main.go @@ -206,7 +206,7 @@ func requestAge(s *discordgo.Session, u discordgo.User) { if err != nil { log.LogErrorType(err) } - 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 measurable and in the context of pornographic images more important.") }