update/rebrand-name

This commit is contained in:
SowinskiBraeden committed 2023-09-02 15:26:09 -07:00
1 parent 5d945e4893
commit cfa5cab0a9
4 files changed
+14 -13

No files matched your search

+2 -2
View File
@@ -1,6 +1,6 @@
const DayzArmbands = require('./structures/DayzArmbands');
const DayzR = require('./structures/DayzRBot');
const config = require('./config/config');
const { GatewayIntentBits } = require('discord.js');
let client = new DayzArmbands({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers] }, config);
let client = new DayzR({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildMembers] }, config);
client.build()