Monospace in some commands
This commit is contained in:
parent
614eed0102
commit
38c585af36
3 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ module.exports = function(bot, msg) {
|
|||
|
||||
const randomValue = getRandomInt(11);
|
||||
|
||||
const message = `*Generated value:* ${randomValue}`;
|
||||
const message = `*Generated value:* \`${randomValue}\``;
|
||||
|
||||
bot.sendMessage(chatId, message, { parse_mode: 'Markdown' })
|
||||
.catch(error => console.error('WARN: Message cannot be sent: ', error));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue