Grundlage DB und Socketverbindung

This commit is contained in:
Sebastian Zeidler
2019-06-25 18:59:29 +02:00
parent becd8f772a
commit 13b48fa453
5 changed files with 330 additions and 3 deletions

View File

@ -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();
}
}
}