diff --git a/index.js b/index.js index 9b3c570..6bdb328 100644 --- a/index.js +++ b/index.js @@ -34,9 +34,7 @@ db.run(`CREATE TABLE IF NOT EXISTS temp_channels ( const client = new Discord.Client({ intents: [ "Guilds", - "GuildVoiceStates", - //"GuildMembers", - //"GuildPresences" + "GuildVoiceStates" ] });