Change complete to queue to reduce loading time

This commit is contained in:
Sebastien 2019-09-10 09:19:04 +02:00
parent 4f2fe337e4
commit 7cb4eee1ff

View File

@ -57,8 +57,7 @@ public class Init {
jda.getTextChannels().forEach(textChannel -> {
if (textChannel.canTalk())
textChannel.sendTyping().complete();
textChannel.sendTyping().queue();
});