You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger an interaction in a guild TextChannel (I used slash commands)
Notice how the channel.guildId returns undefined after deferReply
Both the Channel partial as well as the DirectMessages gateway intent are required for this issue to occur. The defer reply also need to be ephemeral. Changing any of those points prevents the issue from happening.
Which package is this bug report for?
discord.js
Issue description
Both the Channel partial as well as the DirectMessages gateway intent are required for this issue to occur. The defer reply also need to be ephemeral. Changing any of those points prevents the issue from happening.
Code sample
Versions
Issue priority
Medium (should be fixed soon)
Which partials do you have configured?
Channel
Which gateway intents are you subscribing to?
Guilds, DirectMessages
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: