diff --git a/index.js b/index.js index 14940e5..c4a25f3 100644 --- a/index.js +++ b/index.js @@ -10,7 +10,6 @@ const logger = new Console({ }); const client = new Client({intents: [ GatewayIntentBits.Guilds, - GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildPresences, GatewayIntentBits.GuildMembers ]});