From c4483d3ef5766693a0ef8351c8574ed8b07f69d9 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Fri, 30 Sep 2022 11:27:43 -0700 Subject: [PATCH] pretty much nothing, just format I noticed --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 93e14ab..0b277db 100644 --- a/index.js +++ b/index.js @@ -2,5 +2,5 @@ const QuarksBot = require('./structures/QuarksBot'); const config = require('./config/config'); 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()