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

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

View file

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