mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Beep
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user