chore: release v2.13.1

- Update @djs/voice 0.15.0 > 0.16.0
This commit is contained in:
Elysia
2023-04-07 21:39:47 +07:00
parent fe840cedf8
commit 6cc97fbb24
5 changed files with 769 additions and 815 deletions

View File

@@ -401,11 +401,11 @@ class RequestHandler {
await this.manager.client.sleep(5_000);
this.manager.client.emit(
DEBUG,
`Captcha solved.
`Captcha details:
Method : ${request.method}
Path : ${request.path}
Route : ${request.route}
Key : ${captcha ? `${captcha.slice(0, 30)}...` : '[Capcha not solved]'}
Key : ${captcha ? `${captcha.slice(0, 30)}...` : '[Captcha not solved]'}
rqToken : ${data.captcha_rqtoken}`,
);
request.retries++;