further updates

This commit is contained in:
christian
2021-04-06 23:58:20 +02:00
parent 868a75a040
commit 5f4d803ef2
2 changed files with 10 additions and 31 deletions
@@ -61,9 +61,6 @@ public class DiscordHandler {
new Thread(() -> {
Datahandler.instance.update_autismo_socket_msg();
}).start();
new Thread(() -> {
Datahandler.instance.update_autismo_socket_msg1();
}).start();
gateway.on(MessageCreateEvent.class).subscribe(event -> {
if (!FunctionLayer.DoStuff.isOccupied()) {
FunctionLayer.DoStuff.doStuff(event, usernameBot);