staging bold fixes

This commit is contained in:
John Facey
2022-06-17 18:00:49 -05:00
parent f07c84eaca
commit 24b3700775
5 changed files with 5 additions and 5 deletions

View File

@@ -12,6 +12,6 @@ module.exports = {
var question = encodeURIComponent(args.join(" "));
var answerData = await libFlayer.getAnswer(question);
message.reply(`Question: ${question} \n\nAnswer: ${answerData.text}\n\n Source: ${answerData.source}`);
message.reply(`**Question**: ${question} \n\n**Answer**: ${answerData.text}\n\n **Source**: ${answerData.source}`);
}
};