Out-comment bot list section

This commit is contained in:
Greg 2020-11-18 02:46:18 +01:00
parent b237fcc9e3
commit 29593e7861

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();
} }
} }