diff --git a/commands/edit-image/speed-limit.js b/commands/edit-image/speed-limit.js index c530ee06..2689d22f 100644 --- a/commands/edit-image/speed-limit.js +++ b/commands/edit-image/speed-limit.js @@ -55,7 +55,7 @@ module.exports = class SpeedLimitCommand extends Command { ctx.textAlign = 'center'; ctx.font = '360px Highway Gothic'; ctx.fillStyle = 'black'; - ctx.fillText(limit.toUpperCase(), 303, 356, 475); + ctx.fillText(limit.toUpperCase(), 313, 356, 475); return msg.say({ files: [{ attachment: canvas.toBuffer(), name: 'speed-limit.png' }] }); } };