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()