我有 Discord.js 自定义表情符号错误它看起来很简单,但我该如何解决?我想要嵌入自定义表情符号,它有效。但是当我对自定义表情符号做出反应时,bot 不会向我发送任何内容给 PM。
我只能从卡片表情符号中得到答案。
Error: (node:20548) UnhandledPromiseRejectionWarning: DiscordAPIError: Cannot send messages to this user
at RequestHandler.execute (d:\Users\Pc\Desktop\Musu botai\Donate\node_modules\discord.js\src\rest\RequestHandler.js:170:25)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
client.on('messageReactionAdd', async (reaction,user) => {
if (reaction.emoji.name === '706559022286897302') {
user.send(direktas)
} else if (reaction.emoji.name === '706754740767424572') {
user.send("ssss esi")
} else if (reaction.emoji.name === '💳') {
user.send("dddd")
}
});
client.login(process.env.BOT_TOKEN);
叮当猫咪
相关分类