Make outputted files .md instead of .txt

This commit is contained in:
Christopher Cookman 2023-09-21 10:36:10 -06:00
parent 2fe7b53a6e
commit b3288e7684
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -246,7 +246,7 @@ client.on('messageCreate', async (message) => {
message.channel.send({ message.channel.send({
files: [{ files: [{
attachment: Buffer.from(output.content), attachment: Buffer.from(output.content),
name: "output.txt" name: "output.md"
}] }]
}); });
} else { } else {