Esempio n. 1
0
 protected override void AfterBotLoginHandler()
 {
     base.AfterBotLoginHandler();
     if (reconnect == false)
     {
         CommandsInterface = new Commands.CoreCommandsInterface(this);
     }
 }
Esempio n. 2
0
 protected CommandsBot()
 {
     CommandsInterface = new Commands.CoreCommandsInterface(this);
 }
Esempio n. 3
0
 public CommandsBot()
 {
     CommandsInterface = new Commands.CoreCommandsInterface(this);
 }