Gimme some code #607

Merged
greg6775 merged 12 commits from master into greg-dev 2021-01-17 13:17:42 +01:00
Showing only changes of commit 10c8667f8b - 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();
}
}