This commit is contained in:
Dragon Fire
2024-05-09 16:07:01 -04:00
parent 5c1d6b9723
commit ad6b2b27be
+1
View File
@@ -202,6 +202,7 @@ module.exports = class TweetCommand extends Command {
ctx.clip();
}
ctx.drawImage(avatar, 17, 84, 52, 52);
canvas.height -= 1;
return msg.say({ files: [{ attachment: canvas.toBuffer('image/png'), name: 'tweet.png' }] });
}