From 35b2466f8cecd6d4ac4e99df2d5de333512bb74e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 13 Aug 2019 14:25:30 -0400 Subject: [PATCH] Just a bit more spacing --- commands/image-edit/spongebob-burn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-edit/spongebob-burn.js b/commands/image-edit/spongebob-burn.js index 0da8f191..5e47f169 100644 --- a/commands/image-edit/spongebob-burn.js +++ b/commands/image-edit/spongebob-burn.js @@ -61,7 +61,7 @@ module.exports = class SpongebobBurnCommand extends Command { ctx.font = `${fontSize}px Noto`; } const lines = await wrapText(ctx, burn, 180); - ctx.fillText(lines.join('\n'), 50, 103); + ctx.fillText(lines.join('\n'), 55, 103); ctx.font = '25px Noto'; ctx.fillText(person, 382, 26); ctx.font = '20px Noto';