Greg dev #468

Merged
greg6775 merged 2 commits from greg-dev into master 2020-05-12 17:38:36 +02:00
Showing only changes of commit 2693530116 - Show all commits

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); 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);