Пример #1
0
 protected override void AfterBotLoginHandler()
 {
     base.AfterBotLoginHandler();
     if (reconnect == false)
     {
         CommandsInterface = new Commands.CoreCommandsInterface(this);
     }
 }
Пример #2
0
 protected CommandsBot()
 {
     CommandsInterface = new Commands.CoreCommandsInterface(this);
 }
Пример #3
0
 public CommandsBot()
 {
     CommandsInterface = new Commands.CoreCommandsInterface(this);
 }