Update app.js

This commit is contained in:
hackermon 2022-11-11 12:58:42 -05:00 committed by GitHub
parent 6397499f2d
commit c880912d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.js
View File

@ -3,7 +3,7 @@ const { execSync } = require('child_process');
const fetch = require('node-fetch'); const fetch = require('node-fetch');
const { Client, REST, Routes, GatewayIntentBits } = require('discord.js'); 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 }); const rl = createInterface({ input: process.stdin, output: process.stdout });