From a3bbd0d7e0148e02a3c2feff1b4fa5e8445f2374 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Feb 2021 13:32:23 -0500 Subject: [PATCH] Fix --- commands/random-seed/think-of.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/random-seed/think-of.js b/commands/random-seed/think-of.js index 55e49928..6a1b0afa 100644 --- a/commands/random-seed/think-of.js +++ b/commands/random-seed/think-of.js @@ -85,9 +85,9 @@ module.exports = class ThinkOfCommand extends Command { ctx.fillText(first.username, 270, 448); ctx.fillText(second.username, 930, 448); ctx.fillStyle = thought.color; - ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(20); - ctx.fillText('thinks this user is', 600, 230); - ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(50); + ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(40); + ctx.fillText('thinks they are', 600, 230); + ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(60); ctx.fillText(thought.text, 600, 296); ctx.font = this.client.fonts.get('Pinky Cupid.otf').toCanvasString(90); ctx.fillText(thought.emoji, 600, 100);