pretty much nothing, just format I noticed

This commit is contained in:
SowinskiBraeden committed 2022-09-30 11:27:43 -07:00
1 parent 91ee6ff7ad
commit c4483d3ef5
1 file changed
+1 -1
+1 -1
View File
@@ -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()