From 6cfd68684c04fe5ebedd64eb6bd9afe3e3bf3895 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 16 Apr 2020 23:00:07 -0400 Subject: [PATCH] Fix lint --- commands/random-seed/ship.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random-seed/ship.js b/commands/random-seed/ship.js index e4ef7dc5..6447ce21 100644 --- a/commands/random-seed/ship.js +++ b/commands/random-seed/ship.js @@ -63,7 +63,7 @@ module.exports = class ShipCommand extends Command { ctx.textAlign = 'center'; ctx.textBaseline = 'top'; ctx.fillStyle = '#ff6c6c'; - ctx.font = '40px Pinky Cupid' + ctx.font = '40px Pinky Cupid'; ctx.fillText('~Xiao\'s Compatability Meter~', 600, 15); ctx.fillStyle = 'white'; ctx.fillText(first.username, 270, 448);