eval: upload long output as .js

This commit is contained in:
Cynthia Foxwell 2024-08-30 21:20:37 -06:00
parent 3502dfe47a
commit 2f3bdcf791

View file

@ -110,7 +110,7 @@ _eval.callback = async function (msg, line, args, {depth = 0}) {
attachments: [ attachments: [
{ {
file: out, file: out,
filename: "message.txt", filename: "message.js",
}, },
], ],
}; };