簡體   English   中英

使用 Discord.js 進行 Discord Markdown

[英]Discord Markdown with Discord.js

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

我試圖讓voice_command被雕刻(就像這里),但我忘記了需要什么

我發誓它就像/*\\*我什至不知道。 我從來沒有做過。。

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

做到了嗎?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM