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:
2
app.js
2
app.js
@@ -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 });
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user