r u kidding me?

This commit is contained in:
GregTCLTK 2020-05-13 11:09:39 +02:00
parent 2693530116
commit dfa7c58942
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

@ -52,7 +52,7 @@ public class Hadder {
Rethink rethink = new Rethink(config); Rethink rethink = new Rethink(config);
rethink.connect(); rethink.connect();
DefaultShardManagerBuilder builder = DefaultShardManagerBuilder.create(GatewayIntent.GUILD_MEMBERS, GatewayIntent.DIRECT_MESSAGE_REACTIONS, GatewayIntent.GUILD_PRESENCES, GatewayIntent.GUILD_VOICE_STATES, GatewayIntent.GUILD_EMOJIS); DefaultShardManagerBuilder builder = DefaultShardManagerBuilder.create(GatewayIntent.GUILD_MEMBERS, GatewayIntent.DIRECT_MESSAGE_REACTIONS, GatewayIntent.GUILD_PRESENCES, GatewayIntent.GUILD_VOICE_STATES, GatewayIntent.GUILD_EMOJIS, GatewayIntent.GUILD_MESSAGES);
builder.setAutoReconnect(true); builder.setAutoReconnect(true);
builder.setShardsTotal(1); builder.setShardsTotal(1);