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
4
app.js
4
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 });
|
||||||
|
|
||||||
|
|
||||||
@ -39,4 +39,4 @@ const question = (q) => new Promise((resolve) => rl.question(q, resolve));
|
|||||||
] });
|
] });
|
||||||
|
|
||||||
console.log('DONE');
|
console.log('DONE');
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user