begin dayz-armbands

This commit is contained in:
SowinskiBraeden committed 2022-12-06 19:14:05 -08:00
1 parent 341724d762
commit ea921b943b
6 files changed
+130 -84

No files matched your search

+2 -2
View File
@@ -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()