MFA support

This commit is contained in:
Casper Warden
2022-05-06 12:20:50 +01:00
parent e658e459f3
commit f49acfec35
9 changed files with 178 additions and 58 deletions

View File

@@ -79,6 +79,11 @@ export class Bot
return this._clientCommands;
}
get loginParameters(): LoginParameters
{
return this.loginParams;
}
constructor(login: LoginParameters, options: BotOptionFlags)
{
this.clientEvents = new ClientEvents();