This commit is contained in:
John Facey
2022-06-17 17:57:03 -05:00
parent e582610ebf
commit f07c84eaca
2 changed files with 2 additions and 2 deletions

View File

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