Qjuh
Qjuh
https://github.com/discordjs/discord.js/blob/efa16a6095e012ff4d138b21d128df5f407fc93c/packages/discord.js/src/client/actions/InteractionCreate.js#L50 stops MessageComponentInteractions to happen in `PartialGroupDMChannel`; they don‘t qualify as `isTextBased()` because that checks for a `.messages` Manager to exist which is not the case for group DM channel....
> https://github.com/discordjs/discord.js/blob/efa16a6095e012ff4d138b21d128df5f407fc93c/packages/discord.js/src/client/actions/InteractionCreate.js#L50 > > stops MessageComponentInteractions to happen in `PartialGroupDMChannel`; they don‘t qualify as `isTextBased()` because that checks for a `.messages` Manager to exist which is not the case for...
> I just wanted to confirm if this also fixes the issue with group dm's message context menu interactions not triggering the interaction event in discord.js? It will
Can you elaborate why you think not being able to pass global FormData in NodeJS to undici methods is not a bug, considering the native fetch() function in NodeJS is...
In #10117 I also added `zod-validation-error` on all parse calls to get better errors. For reference in case this should be done here too (I removed the validationEnabled() check since...
The event is named `rateLimited` and you‘d need to listen to it on the instance of the class `REST`, not the class itself.
Your misconception here is that you think `ReactionCollector#remove` will emit if **any** reaction was removed from the message. But it will only emit if a reaction that was previously collected...
You are correct. As didinele already pointed out: if `Client#login()` rejects you shouldn't use that `Client` instance anymore at all, because the `Client` itself will be destroyed by then.
Can you elaborate on what exactly happens when you encounter that issue? Especially _why_ the shard needs to reconnect. Because regular reconnects should emit the `WebSocketShardEvents.Closed` in `@discordjs/ws` which in...
I would be interested to see all logs for that shard 68 that happened before those you showed too. Because it’s rather weird to have a resume happening that early...