Grundlage DB und Socketverbindung
This commit is contained in:
@ -32,12 +32,13 @@ public class Main {
|
||||
|
||||
try {
|
||||
JDA jda = builder.build();
|
||||
Thread thread = new Thread(new Socket.shadowrun(jda));
|
||||
thread.start();
|
||||
|
||||
}
|
||||
catch (LoginException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user