diff --git a/commands/edit-meme/edd-facts-book.js b/commands/edit-meme/edd-facts-book.js index d80f0e77..9c47d2f4 100644 --- a/commands/edit-meme/edd-facts-book.js +++ b/commands/edit-meme/edd-facts-book.js @@ -58,7 +58,7 @@ module.exports = class EddFactsBookCommand extends Command { ctx.font = `${fontSize}px Noto`; } const lines = await wrapText(ctx, fact, 183); - ctx.fillText(lines.join('\n'), 119, 326, 183); + ctx.fillText(lines.join('\n'), 119, 316, 183); ctx.rotate(-15 * (Math.PI / 180)); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'edd-facts-book.png' }] }); }