MFA support
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user