Esempio n. 1
0
  public static void main(String[] args) {

    if (BuildVars.useWebHook) {
      webhook = new Webhook();
    }

    initBots();

    if (BuildVars.useWebHook) {
      webhook.startDebugServer();
      // webhook.startServer();
    }
  }