Exceptions generated when bots start at same or near same time
Exception in thread "Thread-1" com.google.inject.ProvisionException: Guice provision errors:
This happens if I create two bots just after each other. If I wait around 1500 milli seconds this error wont show up. Though the error pops up it looks like everything runs fine afterword.
I'm just waiting the 1500 milli seconds before I'm starting each bot so the error wont show up but just wanted to give a head up as I don't know if it an error or working as intended?