diff --git a/src/index.ts b/src/index.ts index 5a657e6..274a0d3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -32,7 +32,7 @@ const client = new Client({ GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildPresences, GatewayIntentBits.GuildMessageReactions, - GatewayIntentBits.GuildBans, + GatewayIntentBits.GuildModeration, ], partials: [Partials.Channel], });