From fd5adbf27d9f0dd2a10ff539ab5e69c1d41ce31c Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Thu, 18 Sep 2025 15:50:05 -0400 Subject: [PATCH] One last adjustment --- commands/edit-image-text/undertale.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands/edit-image-text/undertale.js b/commands/edit-image-text/undertale.js index 39de20e2..e1d78cda 100644 --- a/commands/edit-image-text/undertale.js +++ b/commands/edit-image-text/undertale.js @@ -88,13 +88,13 @@ module.exports = class UndertaleCommand extends Command { font = 'UndertaleSans.ttf'; quote = quote.toLowerCase(); space = -4; - y = 27; + y = 26; break; case 'papyrus': font = 'UndertalePapyrus.ttf'; quote = quote.toUpperCase(); space = -5; - y = 27; + y = 26; break; case 'napstablook': quote = quote.toLowerCase(); @@ -102,12 +102,12 @@ module.exports = class UndertaleCommand extends Command { case 'gaster': font = 'pixelated-wingdings.ttf'; space = -4; - y = 25; + y = 20; break; case 'ness': font = 'apple_kid.ttf'; space = -2; - y = 20; + y = 22; break; case 'temmie': quote = this.client.registry.commands.get('temmie').temmize(quote);