Merge pull request #579 from BigBotNetwork/greg-dev

Out-comment bot list section
This commit is contained in:
Skidder 2020-11-18 02:46:43 +01:00 committed by GitHub
commit 10c8667f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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