Edit the text to nothing
All checks were successful
CI / CI (push) Successful in 1m25s

This commit is contained in:
SileNce5k 2025-06-21 13:38:06 +02:00
parent 8314be972f
commit b222dca51f
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -53,7 +53,7 @@ module.exports = {
} }
const filename = files[0]; const filename = files[0];
await originalMessage.edit({files: [{ await originalMessage.edit("", {files: [{
attachment: path.resolve(downloadsDir, filename) attachment: path.resolve(downloadsDir, filename)
}]}) }]})