A lot of intents xD
This commit is contained in:
parent
3ab7d38e3a
commit
2693530116
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
DefaultShardManagerBuilder builder = DefaultShardManagerBuilder.create(GatewayIntent.GUILD_MEMBERS, GatewayIntent.DIRECT_MESSAGE_REACTIONS, GatewayIntent.GUILD_PRESENCES, GatewayIntent.GUILD_VOICE_STATES, GatewayIntent.GUILD_EMOJIS);
|
||||||
|
|
||||||
builder.setAutoReconnect(true);
|
builder.setAutoReconnect(true);
|
||||||
builder.setShardsTotal(1);
|
builder.setShardsTotal(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue