fix: Client#acceptInvite

This commit is contained in:
Elysia
2024-01-14 18:53:59 +07:00
parent 1bf89d9b5e
commit 6000184db3
2 changed files with 18 additions and 12 deletions

View File

@@ -363,7 +363,7 @@ class RequestHandler {
// Retry the request after a captcha is solved
this.manager.client.emit(
DEBUG,
`Hit a captcha while executing a request. Solving captcha ...
`Hit a captcha while executing a request (${data.captcha_key.join(', ')})
Method : ${request.method}
Path : ${request.path}
Route : ${request.route}