module.exports = { bold: function (str) { return `**${str}**` }, code: function (str) { return `\`${str}\`` } }