Skip to content

Commit 97ea226

Browse files
Remove presence intent
1 parent 1403d54 commit 97ea226

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/technobot/TechnoBot.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ public TechnoBot() throws LoginException {
5555
builder.setActivity(Activity.playing("/help | technobot.app"));
5656
builder.enableIntents(GatewayIntent.GUILD_MEMBERS,
5757
GatewayIntent.GUILD_MESSAGES,
58-
GatewayIntent.GUILD_MESSAGE_REACTIONS,
59-
GatewayIntent.GUILD_PRESENCES);
58+
GatewayIntent.GUILD_MESSAGE_REACTIONS);
6059
builder.addEventListeners(new CommandRegistry(this));
6160
shardManager = builder.build();
6261
GuildData.init(this);

0 commit comments

Comments
 (0)