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