diff --git a/src/index.ts b/src/index.ts index 676618f..67d0308 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,8 +7,7 @@ const client = new Client({ GatewayIntentBits.Guilds | GatewayIntentBits.GuildMessages | GatewayIntentBits.MessageContent | - GatewayIntentBits.GuildModeration | - GatewayIntentBits.GuildMembers, + GatewayIntentBits.GuildModeration, }); loadEvents(client);