From 942083967981a301b037e42c645f804fc007cc6b Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 12 Oct 2022 00:56:45 -0400 Subject: [PATCH] Changing bitfield to no longer need privileged intents --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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