From 31ca1cb2438f44f885d476466c9f609a088eddb8 Mon Sep 17 00:00:00 2001 From: Rudi Date: Fri, 15 Sep 2023 13:09:03 -0400 Subject: [PATCH] Formatting --- discordMessage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discordMessage.go b/discordMessage.go index 3d05cee..1a7d5e4 100644 --- a/discordMessage.go +++ b/discordMessage.go @@ -118,7 +118,7 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) { func handlePM(s *discordgo.Session, m *discordgo.MessageCreate) { defer log.PanicSafe() if strings.Contains(m.Content, "Rule") || strings.Contains(m.Content, "rule") { - s.ChannelMessageSend(m.ChannelID, "I specifically said to say \"!rules\" without quotes in the _unverified_ channel for the rules.") + s.ChannelMessageSend(m.ChannelID, "I specifically said to say \"!rules\" (without quotes) in the _unverified_ channel for the rules - this is a PM :) .") } for _, uid := range config.Verifications { user := userFromID(uid.UserID)