Compare commits
3 Commits
154cd8035e
...
1470811009
Author | SHA1 | Date | |
---|---|---|---|
|
1470811009 | ||
55c5e54e0a | |||
f483b19b2d |
@ -60,7 +60,7 @@ dependencies {
|
||||
liquibaseRuntime('org.liquibase:liquibase-groovy-dsl:3.0.2')
|
||||
liquibaseRuntime('mysql:mysql-connector-java:8.0.30')
|
||||
liquibaseRuntime group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
|
||||
liquibaseRuntime group: 'org.liquibase.ext', name: 'liquibase-hibernate5', version: '4.21.0'
|
||||
liquibaseRuntime group: 'org.liquibase.ext', name: 'liquibase-hibernate5', version: '4.21.1'
|
||||
liquibaseRuntime 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
liquibaseRuntime 'org.springframework.data:spring-data-jpa'
|
||||
liquibaseRuntime 'org.springframework:spring-beans'
|
||||
|
@ -49,8 +49,7 @@ public class Init {
|
||||
|
||||
logger.info("Connected on " + jda.getGuilds().size() + " Guilds:");
|
||||
for (Guild server : jda.getGuilds()) {
|
||||
server.loadMembers().get();
|
||||
logger.info("... " + server.getName() + " " + server.getMembers().size() + " Members");
|
||||
server.loadMembers();
|
||||
}
|
||||
return jda;
|
||||
} catch (LoginException | InterruptedException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user