Фикс facepalm

This commit is contained in:
JonnyBro 2022-01-07 02:18:26 +05:00
parent feae708948
commit 3b820f3d68

View file

@ -46,7 +46,7 @@ class Facepalm extends Command {
message.channel.send({ message.channel.send({
files: [{ files: [{
attachment: buffer attachment: canvas.toBuffer()
}] }]
}); });
} }