Yay, I dont need priviledged intents for it

This commit is contained in:
Christopher Cookman 2024-03-26 23:49:45 -06:00
parent 84acdff347
commit 886c901e09
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -34,9 +34,7 @@ db.run(`CREATE TABLE IF NOT EXISTS temp_channels (
const client = new Discord.Client({
intents: [
"Guilds",
"GuildVoiceStates",
//"GuildMembers",
//"GuildPresences"
"GuildVoiceStates"
]
});