diff --git a/app.js b/app.js index 5846be2..f1111f0 100644 --- a/app.js +++ b/app.js @@ -3,7 +3,7 @@ const { execSync } = require('child_process'); const fetch = require('node-fetch'); const { Client, REST, Routes, GatewayIntentBits } = require('discord.js'); -const client = new Client({ intents: [GatewayIntentBits.Guilds] }); +const client = new Client({ intents: [] }); const rl = createInterface({ input: process.stdin, output: process.stdout }); @@ -39,4 +39,4 @@ const question = (q) => new Promise((resolve) => rl.question(q, resolve)); ] }); console.log('DONE'); -})(); \ No newline at end of file +})();