Changing bitfield to no longer need privileged intents

This commit is contained in:
Raven Scott 2022-10-12 00:56:45 -04:00
parent 5d5c9e9a48
commit 9420839679
1 changed files with 1 additions and 1 deletions

View File

@ -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