From ce463397032197fce2a7720fb5aec3b720e51094 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 26 Jan 2018 14:42:46 +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 310bd63a..349d73d6 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, 32); + const canvas = createCanvas(100, 40); const ctx = canvas.getContext('2d'); const text = this.randomText(5); ctx.fillStyle = 'white';