diff --git a/commands/edit-meme/tuxedo-pooh.js b/commands/edit-meme/tuxedo-pooh.js index ee2d80be..8d20ab43 100644 --- a/commands/edit-meme/tuxedo-pooh.js +++ b/commands/edit-meme/tuxedo-pooh.js @@ -68,7 +68,7 @@ module.exports = class TuxedoPoohCommand extends Command { const normalTopMost = 145 - (((fontSize * normalLines.length) / 2) + ((10 * (normalLines.length - 1)) / 2)); for (let i = 0; i < normalLines.length; i++) { const height = normalTopMost + ((fontSize + 10) * i); - ctx.fillText(nahLinormalLinesnes[i], 560, height); + ctx.fillText(normalLines[i], 560, height); } ctx.font = '50px Noto'; fontSize = 50;