update/rebrand-name
This commit is contained in:
4 files changed
+14
-13
No files matched your search
@@ -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()
|
||||
Reference in new issue
Block a user