From b222dca51feb278ee5bbe3c80cecb866b00d747d Mon Sep 17 00:00:00 2001 From: SileNce5k <ozzynexus@gmail.com> Date: Sat, 21 Jun 2025 13:38:06 +0200 Subject: [PATCH] Edit the text to nothing --- commands/misc/dl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/dl.js b/commands/misc/dl.js index 4c69250..5670151 100644 --- a/commands/misc/dl.js +++ b/commands/misc/dl.js @@ -53,7 +53,7 @@ module.exports = { } const filename = files[0]; - await originalMessage.edit({files: [{ + await originalMessage.edit("", {files: [{ attachment: path.resolve(downloadsDir, filename) }]})