remove last changes :)
This commit is contained in:
parent
7e13deda75
commit
8775647292
2 changed files with 2608 additions and 2 deletions
2606
package-lock.json
generated
Normal file
2606
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,8 @@
|
|||
require("dotenv").config()
|
||||
const fs = require("fs")
|
||||
|
||||
const {Client, Collection, GatewayIntentBits} = require('discord.js');
|
||||
const client = new Client({intents: [GatewayIntentBits.GUILDS, GatewayIntentBits.GUILD_VOICE_STATES, GatewayIntentBits.GUILD_MEMBERS]});
|
||||
const {Client, Collection, Intents} = require('discord.js');
|
||||
const client = new Client({intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_VOICE_STATES, Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MEMBERS]});
|
||||
|
||||
client.commands = new Collection()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue