mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Фикс facepalm
This commit is contained in:
parent
feae708948
commit
3b820f3d68
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Facepalm extends Command {
|
|||
|
||||
message.channel.send({
|
||||
files: [{
|
||||
attachment: buffer
|
||||
attachment: canvas.toBuffer()
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue