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
msg.author.send({ embeds: [msgEmbed], components: [row] }) .catch(err => console.error(err))
gives "DiscordAPIError: Cannot send messages to this user" in console, but in fact bot sends the message to user and it succesfully delivers.
What can cause this?
Issue description
msg.author.send({ embeds: [msgEmbed], components: [row] }) .catch(err => console.error(err))
gives "DiscordAPIError: Cannot send messages to this user" in console, but in fact bot sends the message to user and it succesfully delivers.
What can cause this?
Code sample
discord.js version
13.2.0
Node.js version
v17.0.1
Operating system
ubuntu 20
Priority this issue should have
Medium (should be fixed soon)
Which partials do you have configured?
CHANNEL, MESSAGE, REACTION
Which gateway intents are you subscribing to?
GUILDS, GUILD_MEMBERS, GUILD_MESSAGES, GUILD_MESSAGE_REACTIONS, DIRECT_MESSAGES
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: