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