diff --git a/commands/edit-image-text/undertale.js b/commands/edit-image-text/undertale.js index b4214249..614be417 100644 --- a/commands/edit-image-text/undertale.js +++ b/commands/edit-image-text/undertale.js @@ -115,7 +115,7 @@ module.exports = class UndertaleCommand extends Command { const text = wrapText(ctx, quote, 385); const lines = text.length > 3 ? 3 : text.length; for (let i = 0; i < lines; i++) { - ctx.fillText(text[i], 174, 22 + (22 * i) + (22 * i) + (space * i)); + ctx.fillText(text[i], 174, 27 + (27 * i) + (27 * i) + (space * i)); } return msg.say({ files: [{ attachment: canvas.toBuffer('image/png'), name: `undertale-${character}.png` }] }); } diff --git a/package.json b/package.json index de30d8c2..336dd47a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "159.0.0", + "version": "159.0.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {