Important FIX
This commit is contained in:
parent
ce98223ab6
commit
9ef3bd4e9c
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,3 +24,4 @@ hs_err_pid*
|
|||
*.xml
|
||||
|
||||
SECRETS.java
|
||||
SECRETSsss.java
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ public class ReadyListener extends ListenerAdapter {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (Main.onlineclients.size() == 3) {
|
||||
if (Main.onlineclients.size() == Main.clients.size()) {
|
||||
Logger.info("All clients loaded");
|
||||
for (JDA jda : Main.clients) {
|
||||
jda.addEventListener(new GenericEventListener());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue