diff --git a/.gitignore b/.gitignore index 44461a5..1fa6950 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,5 @@ dist .pnp.* config.json -database.db \ No newline at end of file +database.db +settings.json \ No newline at end of file diff --git a/index.js b/index.js index 589a419..9b3c570 100644 --- a/index.js +++ b/index.js @@ -35,8 +35,8 @@ const client = new Discord.Client({ intents: [ "Guilds", "GuildVoiceStates", - "GuildMembers", - "GuildPresences" + //"GuildMembers", + //"GuildPresences" ] });