From 25ea59bff11925c8265b8aa4529998e96bfa3f42 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 24 Nov 2021 10:21:05 -0500 Subject: [PATCH] Remove debugging messages. --- discordMessage.go | 1 - 1 file changed, 1 deletion(-) diff --git a/discordMessage.go b/discordMessage.go index 3c535c8..06fb36d 100644 --- a/discordMessage.go +++ b/discordMessage.go @@ -16,7 +16,6 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) { re := regexp.MustCompile("Please wait another (.*) minutes until the server can be bumped") match := re.FindStringSubmatch(m.Embeds[0].Description) m.Content = fmt.Sprintf("@Thanos bs %+v", match[1]) - s.ChannelMessageSend(config.AdminChannel, m.Content) BumpSet(BotCommand{ Message: m, Session: s,