Out-comment bot list section #579

Merged
greg6775 merged 1 commit from greg-dev into master 2020-11-18 02:46:43 +01:00
Showing only changes of commit 29593e7861 - Show all commits

View file

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