Node.js Rich Embed中的Discord.js标记通道

Node.js Rich Embed中的Discord.js标记通道,node.js,channel,discord.js,Node.js,Channel,Discord.js,我想在这里给这个频道贴上标签 但当我使用“信息频道”时,我得到 使用message.channel.send()“message.channel”应该如何工作 多谢各位 您必须在您的应用程序中输入 const embed = new Discord.RichEmbed().setTitle('Say hello in the following channel: <#CHANNELID>') const embed=new Discord.RichEmbed().setTitle

我想在这里给这个频道贴上标签

但当我使用“信息频道”时,我得到

使用message.channel.send()“message.channel”应该如何工作

多谢各位

您必须在您的应用程序中输入

const embed = new Discord.RichEmbed().setTitle('Say hello in the following channel: <#CHANNELID>')
const embed=new Discord.RichEmbed().setTitle('在以下频道中打招呼:'))
如中所述,discord不支持嵌入标题中的提及或降价