Don't need members intent

This commit is contained in:
Christopher Cookman 2023-02-07 01:18:01 -07:00
parent 4303e1fe06
commit 4ee9ab3082
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -185,7 +185,7 @@ const {
Routes
} = require('discord.js');
const dcClient = new Discord.Client({
intents: ["Guilds", "GuildMembers"]
intents: ["Guilds"]
});
const rest = new REST({
version: '10'