From 3bf763f196ec4b4fd2db377d833717f02df749e0 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 16 Jul 2025 13:04:39 -0400 Subject: [PATCH] adding proper intents for reactions --- bolt.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bolt.go b/bolt.go index 0685f97..104096c 100644 --- a/bolt.go +++ b/bolt.go @@ -20,7 +20,8 @@ const ( dg.IntentGuildMembers | dg.IntentGuildPresences | dg.IntentMessageContent | - dg.IntentsGuildMessages + dg.IntentsGuildMessages | + dg.IntentGuildMessageReactions ) // basic bot structure containing discordgo connection as well as the command map