adding proper intents for reactions

This commit is contained in:
jake 2025-07-16 13:04:39 -04:00
parent 8f9205fbf0
commit 3bf763f196
Signed by: jake
GPG Key ID: 9C14443265672660

View File

@ -20,7 +20,8 @@ const (
dg.IntentGuildMembers | dg.IntentGuildMembers |
dg.IntentGuildPresences | dg.IntentGuildPresences |
dg.IntentMessageContent | dg.IntentMessageContent |
dg.IntentsGuildMessages dg.IntentsGuildMessages |
dg.IntentGuildMessageReactions
) )
// basic bot structure containing discordgo connection as well as the command map // basic bot structure containing discordgo connection as well as the command map