pretty much nothing, just format I noticed
This commit is contained in:
1 file changed
+1
-1
@@ -2,5 +2,5 @@ const QuarksBot = require('./structures/QuarksBot');
|
|||||||
const config = require('./config/config');
|
const config = require('./config/config');
|
||||||
const { GatewayIntentBits } = require('discord.js');
|
const { GatewayIntentBits } = require('discord.js');
|
||||||
|
|
||||||
let client = new QuarksBot({ intents:[GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages]}, config);
|
let client = new QuarksBot({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages] }, config);
|
||||||
client.build()
|
client.build()
|
||||||
Reference in new issue
Block a user