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