From c880912d05a9dfcf04931a8ccc8ba51f4cd8d08c Mon Sep 17 00:00:00 2001 From: hackermon Date: Fri, 11 Nov 2022 12:58:42 -0500 Subject: [PATCH] Update app.js --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})();