From 50fcd6900c78389a246a19d247c24f999bcde1ba Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Thu, 17 Mar 2022 16:10:23 -0700 Subject: [PATCH] clean --- beta.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/beta.js b/beta.js index 2b8f5e8..af0a112 100644 --- a/beta.js +++ b/beta.js @@ -2,5 +2,5 @@ const LinesPoliceCadBot = require('./structures/LinesPoliceCadBot'); const config = require('./config/beta-config'); const { Intents } = require('discord.js'); -let client = new LinesPoliceCadBot({ intents:[Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}, config); +let client = new LinesPoliceCadBot({ intents:[Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}, config); client.build() diff --git a/index.js b/index.js index a8f44d5..b671b63 100644 --- a/index.js +++ b/index.js @@ -2,5 +2,5 @@ const LinesPoliceCadBot = require('./structures/LinesPoliceCadBot'); const config = require('./config/config'); const { Intents } = require('discord.js'); -let client = new LinesPoliceCadBot({ intents:[Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}, config); +let client = new LinesPoliceCadBot({ intents:[Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}, config); client.build()