mirror of
https://github.com/gabrielkheisa/discord-active-developer-badge.git
synced 2025-08-21 11:31:12 +00:00
Update app.js
This commit is contained in:
4
app.js
4
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');
|
||||
})();
|
||||
})();
|
||||
|
Reference in New Issue
Block a user