diff --git a/commands/edit-meme/drakeposting.js b/commands/edit-meme/drakeposting.js index 5fab5215..11e848f9 100644 --- a/commands/edit-meme/drakeposting.js +++ b/commands/edit-meme/drakeposting.js @@ -72,7 +72,7 @@ module.exports = class DrakepostingCommand extends Command { } ctx.font = '50px Noto'; fontSize = 50; - while (ctx.measureText(yea).width > 3003) { + while (ctx.measureText(yeah).width > 3003) { fontSize--; ctx.font = `${fontSize}px Noto`; }