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
1 Answer
Reset to default 5Use 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-