mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14: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({
|
message.channel.send({
|
||||||
files: [{
|
files: [{
|
||||||
attachment: buffer
|
attachment: canvas.toBuffer()
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue