clean
This commit is contained in:
1 parent
96fc4f8fe4
commit
50fcd6900c
2 files changed
+2
-2
No files matched your search
@@ -2,5 +2,5 @@ const LinesPoliceCadBot = require('./structures/LinesPoliceCadBot');
|
|||||||
const config = require('./config/beta-config');
|
const config = require('./config/beta-config');
|
||||||
const { Intents } = require('discord.js');
|
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()
|
client.build()
|
||||||
@@ -2,5 +2,5 @@ const LinesPoliceCadBot = require('./structures/LinesPoliceCadBot');
|
|||||||
const config = require('./config/config');
|
const config = require('./config/config');
|
||||||
const { Intents } = require('discord.js');
|
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()
|
client.build()
|
||||||
Reference in new issue
Block a user