最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to make bold italics of a discord bot message? - Stack Overflow

programmeradmin5浏览0评论

Well, I need to change the italics of the message to bold that the bot sends, it sounds simple. but I don't know how to do it.

[email protected]

execute(message) {
  const serverQueue = message.client.queue.get(message.guild.id);
  return message.channel.send('Check this site for a list of mands.');
}
};

Well, I need to change the italics of the message to bold that the bot sends, it sounds simple. but I don't know how to do it.

[email protected]

execute(message) {
  const serverQueue = message.client.queue.get(message.guild.id);
  return message.channel.send('Check this site for a list of mands.');
}
};
Share Improve this question edited Jun 18, 2020 at 18:35 Syntle 5,1743 gold badges15 silver badges34 bronze badges asked Jun 18, 2020 at 16:09 RyaxnRyaxn 451 silver badge6 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 5

Use single * wrapped around the text. This is the usual convention of most italic text so keep track of it

message.channel.send('*Check this site for a list of mands.*');

Here's a quick guide by discord I found on their markdown:

https://support.discord./hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-

发布评论

评论列表(0)

  1. 暂无评论