upgrade to discord.js v14
This commit is contained in:
24 files changed
+1598
-1560
No files matched your search
@@ -1,6 +1,6 @@
|
||||
const QuarksBot = require('./structures/QuarksBot');
|
||||
const config = require('./config/config');
|
||||
const { Intents } = require('discord.js');
|
||||
const { GatewayIntentBits } = require('discord.js');
|
||||
|
||||
let client = new QuarksBot({ intents:[Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}, config);
|
||||
let client = new QuarksBot({ intents:[GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages]}, config);
|
||||
client.build()
|
||||
Reference in new issue
Block a user