Out-comment bot list section #579

Merged
greg6775 merged 1 commit from greg-dev into master 2020-11-18 02:46:43 +01:00

View file

@ -50,6 +50,7 @@ public class ReadyListener extends ListenerAdapter {
} }
}).start(); }).start();
new BotList(config).post(); //TODO: Renew all bot lists
//new BotList(config).post();
} }
} }