diff --git a/main.go b/main.go index 89ade8e..ec7553b 100644 --- a/main.go +++ b/main.go @@ -418,6 +418,7 @@ func displayBotStats(cid string) { discord.ChannelMessageSend(cid, buf.String()) } +// what did I start here? func utilGetMentioned(s *discordgo.Session, m *discordgo.MessageCreate) *discordgo.User { for _, mention := range m.Mentions { if mention.ID != s.State.Ready.User.ID {