From e6e9b9e67feb1b3ca8fba2ccae34a9bd6042dc1c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 25 May 2020 00:09:36 -0400 Subject: [PATCH] Fix --- commands/edit-image/tweet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/tweet.js b/commands/edit-image/tweet.js index 19cfb493..2e1a0284 100644 --- a/commands/edit-image/tweet.js +++ b/commands/edit-image/tweet.js @@ -66,7 +66,7 @@ module.exports = class TweetCommand extends Command { ctx.textBaseline = 'top'; ctx.font = 'normal bold 18px Noto'; ctx.fillStyle = 'white'; - ctx.fillText(userData.name, 105, 92); + ctx.fillText(userData.name, 105, 84); if (userData.verified) { const verified = await loadImage( path.join(__dirname, '..', '..', 'assets', 'images', 'tweet', 'verified.png')