begin dayz-armbands
This commit is contained in:
6 files changed
+130
-84
No files matched your search
@@ -1,6 +1,6 @@
|
||||
const Applicantz = require('./structures/Applicantz');
|
||||
const DayzArmbands = require('./structures/DayzArmbands');
|
||||
const config = require('./config/config');
|
||||
const { GatewayIntentBits } = require('discord.js');
|
||||
|
||||
let client = new Applicantz({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages] }, config);
|
||||
let client = new DayzArmbands({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages] }, config);
|
||||
client.build()
|
||||
Reference in new issue
Block a user