Compare commits
3 Commits
a81e0398e0
...
ffdf481c64
Author | SHA1 | Date | |
---|---|---|---|
|
ffdf481c64 | ||
55c5e54e0a | |||
f483b19b2d |
@ -56,7 +56,7 @@ dependencies {
|
|||||||
implementation('org.apache.commons:commons-lang3:3.12.0')
|
implementation('org.apache.commons:commons-lang3:3.12.0')
|
||||||
|
|
||||||
|
|
||||||
liquibaseRuntime('org.liquibase:liquibase-core:4.14.0')
|
liquibaseRuntime('org.liquibase:liquibase-core:4.21.1')
|
||||||
liquibaseRuntime('org.liquibase:liquibase-groovy-dsl:3.0.2')
|
liquibaseRuntime('org.liquibase:liquibase-groovy-dsl:3.0.2')
|
||||||
liquibaseRuntime('mysql:mysql-connector-java:8.0.30')
|
liquibaseRuntime('mysql:mysql-connector-java:8.0.30')
|
||||||
liquibaseRuntime group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
|
liquibaseRuntime group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
|
||||||
|
@ -49,8 +49,7 @@ public class Init {
|
|||||||
|
|
||||||
logger.info("Connected on " + jda.getGuilds().size() + " Guilds:");
|
logger.info("Connected on " + jda.getGuilds().size() + " Guilds:");
|
||||||
for (Guild server : jda.getGuilds()) {
|
for (Guild server : jda.getGuilds()) {
|
||||||
server.loadMembers().get();
|
server.loadMembers();
|
||||||
logger.info("... " + server.getName() + " " + server.getMembers().size() + " Members");
|
|
||||||
}
|
}
|
||||||
return jda;
|
return jda;
|
||||||
} catch (LoginException | InterruptedException e) {
|
} catch (LoginException | InterruptedException e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user