Documentation does not specify GUILDS
intent requirement when using DIRECT_MESSAGE_REACTIONS
#7391
Labels
GUILDS
intent requirement when using DIRECT_MESSAGE_REACTIONS
#7391
Description
Reading through the documentation associated with intents there is zero mention of the
GUILDS
intent being a requirement to useDIRECT_MESSAGE_REACTIONS
Steps to Reproduce
Create a tiny repro with these code. Without the
GatewayIntentBits.Guilds
intent, your handler will never fireExpected Behavior
Documentation would specify the reason the
GUILDS
intent is needed OR the intent would not be neededCurrent Behavior
Intent is needed and nothing anywhere in the docs specifies why
Screenshots/Videos
No response
Client and System Information
macOS 14.2.1 (23C71)
discord.js 14.17.2
node v20.18.1
The text was updated successfully, but these errors were encountered: