diff --git a/index.js b/index.js index 866b49c..9af5771 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,7 @@ require("dotenv").config(); const { Client, Collection } = require("discord.js"); -const client = new Client({ intents: 32767 }); +const client = new Client({ intents: 4097 }); module.exports = client; // Global Variables