This commit is contained in:
Dragon Fire
2020-06-17 16:46:35 -04:00
parent 6e3af679c7
commit 187a0828fc
+1 -1
View File
@@ -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' }] });
}
};