chore: v2.11.3

This commit is contained in:
Elysia
2023-03-05 19:04:04 +07:00
parent 3d44ff54f7
commit f4a6212ed4
5 changed files with 47 additions and 31 deletions

View File

@@ -1034,6 +1034,9 @@ class Client extends BaseClient {
}
break;
case 'capmonster':
if (options.captchaKey.length !== 32) {
throw new TypeError('CLIENT_INVALID_OPTION', 'captchaKey', 'a 32 character string');
}
break;
}
}