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')