mirror of
https://github.com/gabrielkheisa/discord-active-developer-badge.git
synced 2024-11-25 12:53:33 +07:00
Update app.js
This commit is contained in:
parent
6397499f2d
commit
c880912d05
2
app.js
2
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 });
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user