This commit is contained in:
Dragon Fire
2021-04-18 22:24:50 -04:00
parent b5291bf8f6
commit a1c2428b52
+1 -1
View File
@@ -44,7 +44,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, 145, 165);
ctx.fillText(text, 520, 143, 165);
return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'raw.png' }] });
}
};