This commit is contained in:
parent
8314be972f
commit
b222dca51f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
}
|
||||
const filename = files[0];
|
||||
|
||||
await originalMessage.edit({files: [{
|
||||
await originalMessage.edit("", {files: [{
|
||||
attachment: path.resolve(downloadsDir, filename)
|
||||
}]})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue