diff --git a/commands/image-edit/nike-ad.js b/commands/image-edit/nike-ad.js index a510deb9..ef3470d6 100644 --- a/commands/image-edit/nike-ad.js +++ b/commands/image-edit/nike-ad.js @@ -62,7 +62,7 @@ module.exports = class NikeAdCommand extends Command { ctx.font = `${fontSize}px Noto`; ctx.fillStyle = 'white'; ctx.textAlign = 'center'; - const lines = wrapText(ctx, `Believe in ${something}. Even if it means ${sacrifice}.`, data.width); + const lines = wrapText(ctx, `Believe in ${something}. Even if it means ${sacrifice}.`, data.width - 20); const initial = data.height / 2; for (let i = 0; i < lines.length; i++) { const textHeight = initial + (i * fontSize) + (i * 10); diff --git a/package.json b/package.json index f0be234b..851cd322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.1.3", + "version": "91.1.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {