Change complete to queue to reduce loading time
This commit is contained in:
parent
4f2fe337e4
commit
7cb4eee1ff
@ -57,8 +57,7 @@ public class Init {
|
|||||||
|
|
||||||
jda.getTextChannels().forEach(textChannel -> {
|
jda.getTextChannels().forEach(textChannel -> {
|
||||||
if (textChannel.canTalk())
|
if (textChannel.canTalk())
|
||||||
textChannel.sendTyping().complete();
|
textChannel.sendTyping().queue();
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user