We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad2f47 commit b2e8500Copy full SHA for b2e8500
src/main/java/com/tterrag/k9/K9.java
@@ -126,6 +126,9 @@ public K9(Arguments args) {
126
127
public Mono<Void> start() {
128
GatewayBootstrap<GatewayOptions> gateway = client.gateway()
129
+ .setEventDispatcher(EventDispatcher.builder()
130
+ .eventScheduler(Schedulers.boundedElastic())
131
+ .build())
132
.setEnabledIntents(IntentSet.of(
133
Intent.GUILDS, Intent.GUILD_MEMBERS, Intent.GUILD_PRESENCES,
134
Intent.GUILD_MESSAGES, Intent.GUILD_MESSAGE_REACTIONS,
0 commit comments