again fixing chatting
This commit is contained in:
@@ -61,6 +61,9 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user