diff --git a/index.js b/index.js index 3c471cb..afb2423 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, - GatewayIntentBits.GuildBans, + GatewayIntentBits.GuildModeration, GatewayIntentBits.GuildMessages ] });