Update ED und JDA

This commit is contained in:
Ocame
2023-02-16 02:30:38 +01:00
parent 06cd082ee2
commit 4a999d9841
16 changed files with 1051 additions and 256 deletions

View File

@ -1,6 +1,6 @@
package DB;
import net.dv8tion.jda.core.JDA;
import net.dv8tion.jda.api.JDA;
import javax.security.auth.login.LoginException;
import java.io.FileInputStream;
@ -68,7 +68,7 @@ public class base {
}
catch (SQLException e) {
active = false;
e.printStackTrace();
//e.printStackTrace();
}
}