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);