From a1e79402d622724c126cfffb4a9ea49993d9cd6e Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 26 Jan 2018 14:43:58 +0000 Subject: [PATCH] Beep --- commands/games/captcha-quiz.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/captcha-quiz.js b/commands/games/captcha-quiz.js index 349d73d6..6dfcc7f1 100644 --- a/commands/games/captcha-quiz.js +++ b/commands/games/captcha-quiz.js @@ -20,7 +20,7 @@ module.exports = class CaptchaQuizCommand extends Command { } async run(msg) { - const canvas = createCanvas(100, 40); + const canvas = createCanvas(125, 32); const ctx = canvas.getContext('2d'); const text = this.randomText(5); ctx.fillStyle = 'white';