Compare commits

...

2 Commits

Author SHA1 Message Date
Raven Scott 1af66c7c00 Merge branch 'master' of git.codingvm.codes:snxraven/DiscordJS-v13-Template 2022-10-12 00:56:58 -04:00
Raven Scott 9420839679 Changing bitfield to no longer need privileged intents 2022-10-12 00:56:45 -04:00
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