adding proper intents for reactions

This commit is contained in:
2025-07-16 13:04:39 -04:00
parent 8f9205fbf0
commit 3bf763f196

View File

@@ -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