Javascript 使用Discord.js进行Discord标记

Javascript 使用Discord.js进行Discord标记,javascript,bots,discord,Javascript,Bots,Discord,我想把语音命令刻下来(就像这里),但我忘了需要什么 我发誓这就像我不知道的/*或\*一样。我已经很久没有这样做了 message.channel.send({ embed: { color: 0, description: `${message.author}made me play a `voice_command`" 我做得很好 我做得很好 message.channel.send({ embed: { color: 0,

我想把
语音命令
刻下来(就像这里),但我忘了需要什么

我发誓这就像我不知道的
/*
\*
一样。我已经很久没有这样做了

message.channel.send({
    embed: {
        color: 0,
        description: `${message.author}made me play a `voice_command`"
我做得很好

我做得很好

message.channel.send({
    embed: {
        color: 0,
        description: `${message.author} made me play a \`voice_command\``
    }