This commit is contained in:
lilyissillyyy
2025-09-01 00:01:54 -04:00
parent ac0192cb41
commit 4040fc5601
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = class RawCommand extends Command {
ctx.textAlign = 'center';
ctx.textBaseline = 'top';
ctx.font = this.client.fonts.get('wildwordsroman.ttf').toCanvasString(23);
ctx.fillText(text, 520, 143, 165);
ctx.fillText(text, 520, 147, 165);
return msg.say({ files: [{ attachment: canvas.toBuffer('image/png'), name: 'raw.png' }] });
}
};