mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
fix
This commit is contained in:
parent
0eda37fa57
commit
9447c81b01
1 changed files with 2 additions and 3 deletions
|
@ -25,14 +25,13 @@ class Triggered extends Command {
|
|||
url: user.displayAvatarURL({
|
||||
format: "png",
|
||||
size: 512
|
||||
}),
|
||||
sepia: "true",
|
||||
invert: "true"
|
||||
})
|
||||
});
|
||||
m.delete();
|
||||
|
||||
message.channel.send({
|
||||
files: [{
|
||||
name: "triggered.gif",
|
||||
attachment: buffer
|
||||
}]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue