File tree Expand file tree Collapse file tree
src/main/java/org/mangorage/mangobotplugin/entrypoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .mangorage .mangobotplugin .entrypoint ;
22
3- import club .minnced .opus .util .OpusLibrary ;
43import net .dv8tion .jda .api .JDA ;
54import net .dv8tion .jda .api .JDABuilder ;
65import net .dv8tion .jda .api .OnlineStatus ;
2928import org .mangorage .mangobotplugin .actions .TrashButtonAction ;
3029import org .mangorage .mangobotplugin .commands .misc .PingCommand ;
3130import org .mangorage .mangobotplugin .commands .misc .PingsCommand ;
32-
33- import java .io .IOException ;
3431import java .nio .file .Path ;
3532import java .util .EnumSet ;
3633
@@ -127,13 +124,6 @@ public void load() {
127124 Command .globalCommands
128125 ).queue ();
129126
130-
131- try {
132- OpusLibrary .loadFromJar ();
133- } catch (IOException e ) {
134- throw new RuntimeException (e );
135- }
136-
137127 System .out .println ("Launched" );
138128 }
139129
You can’t perform that action at this time.
0 commit comments