From b323262213d0e53958098c026ca5fb2a0e3ee12e Mon Sep 17 00:00:00 2001 From: = Date: Wed, 24 Nov 2021 10:11:33 -0500 Subject: [PATCH] Cleaning --- discordMessage.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discordMessage.go b/discordMessage.go index 570495f..024212d 100644 --- a/discordMessage.go +++ b/discordMessage.go @@ -22,9 +22,9 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) { Session: s, Parts: strings.Split(m.Content, " ")[2:], }) - } else { + } else if m.Author.ID == "302050872383242240" { log.LogDebug("Not a failed bump.") - log.LogDebug(fmt.Sprintf("%+v: %+v", m.Author.ID, m.Content)) + log.LogDebug(fmt.Sprintf("%+v: %+v", m.Author.ID, m.Embeds[0])) } if m.Author.ID == s.State.User.ID || m.Author.Bot { return