From f0f6c3eae225d2fe308047c17cf5c5d6b9bd00c5 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 8 Mar 2020 18:08:23 -0400 Subject: [PATCH] Fix --- commands/avatar-edit/rip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/avatar-edit/rip.js b/commands/avatar-edit/rip.js index 9ff8fb27..1dbe292f 100644 --- a/commands/avatar-edit/rip.js +++ b/commands/avatar-edit/rip.js @@ -65,7 +65,7 @@ module.exports = class RipCommand extends Command { ctx.textAlign = 'center'; ctx.font = '62px Coffin Stone'; ctx.fillStyle = 'black'; - ctx.fillText(user.username, 432, 346, 500); + ctx.fillText(user.username, 432, 340, 500); ctx.fillStyle = 'white'; if (cause) ctx.fillText(cause, 432, 920, 500); ctx.font = '37px Coffin Stone';