diff --git a/commands/edit-image-text/tweet.js b/commands/edit-image-text/tweet.js index b0e9ecf5..e017f410 100644 --- a/commands/edit-image-text/tweet.js +++ b/commands/edit-image-text/tweet.js @@ -213,7 +213,7 @@ module.exports = class TweetCommand extends Command { ctx.fillText(line, x, y + (23 * currentLine) + (9 * currentLine)); continue; } - let currentX = x; + let currentX = x + 0; for (let i = 0; i < lineNoEmoji.length; i++) { const linePart = lineNoEmoji[i]; ctx.fillText(linePart, currentX, y + (23 * currentLine) + (9 * currentLine));