diff --git a/index.js b/index.js index 7693ea0..4a3e8d2 100755 --- a/index.js +++ b/index.js @@ -246,7 +246,7 @@ client.on('messageCreate', async (message) => { message.channel.send({ files: [{ attachment: Buffer.from(output.content), - name: "output.txt" + name: "output.md" }] }); } else {