繁体   English   中英

使用 Discord.JS 发送嵌入

[英]Sending an embed with Discord.JS

我正在尝试使用 Discord.js 发送一个 Embed,它返回错误TypeError: Cannot read property 'send' of undefined

代码显示为一个 pastebin https://hasteb.in/sanunede.js

错误Cannot read property 'send' of undefined message.channel.send(embed) Cannot read property 'send' of undefined意味着,message.channel 返回 undefined,因此消息不包含属性通道并且消息必须被错误地解析为函数 meme

如果有效,请尝试在函数的开头使用console.log(message)

你还能显示调用这个函数的主要代码吗??

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM