From 9b43b8d6c86baa7861fcb6645ea218aa78bfbd54 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 5 May 2024 18:34:05 -0400 Subject: [PATCH] Update i-cant-believe.js --- commands/edit-meme/i-cant-believe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-meme/i-cant-believe.js b/commands/edit-meme/i-cant-believe.js index 5e8266fd..96bae2ae 100644 --- a/commands/edit-meme/i-cant-believe.js +++ b/commands/edit-meme/i-cant-believe.js @@ -52,7 +52,7 @@ module.exports = class ICantBelieveCommand extends Command { ctx.strokeStyle = 'white'; ctx.strokeText(firstUpperCase(text.toLowerCase(), null), 13, 54, 171); ctx.fillStyle = '#13487b'; - ctx.fillText(firstUpperCase(text.toLowerCase(), null), 13, 54, 171); + ctx.fillText(firstUpperCase(text.toLowerCase(), null), 13, 64, 171); ctx.rotate(8 * (Math.PI / 180)); return msg.say({ files: [{ attachment: canvas.toBuffer('image/png'), name: 'i-cant-believe.png' }] }); }