fix(Ws): args.proxy => args.agent

Co-Authored-By: Nguyễn Hồng Đức <hongducyb123@gmail.com>
This commit is contained in:
March 7th
2022-08-29 11:26:25 +07:00
parent 00a2b8aa5b
commit b0c348b50d
2 changed files with 5 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ class Client extends BaseClient {
autoLogin: true,
debug,
});
this.emit(Events.DEBUG, `Preparing to connect to the gateway`, QR);
this.emit(Events.DEBUG, `Preparing to connect to the gateway (QR Login)`, QR);
return QR.connect(this);
}