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 528a486 commit df2e96bCopy full SHA for df2e96b
bot/src/main/java/ml/duncte123/skybot/SkyBot.java
@@ -105,7 +105,7 @@ private SkyBot() throws LoginException {
105
GatewayIntent.MESSAGE_CONTENT,
106
GatewayIntent.GUILD_MEMBERS,
107
GatewayIntent.GUILD_INVITES,
108
- GatewayIntent.GUILD_BANS,
+ GatewayIntent.GUILD_MODERATION,
109
GatewayIntent.GUILD_EMOJIS_AND_STICKERS,
110
GatewayIntent.GUILD_VOICE_STATES,
111
GatewayIntent.GUILD_MESSAGES
0 commit comments