Update src/index.js
This commit is contained in:
parent
b72ca215ae
commit
891c2435b8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const checks = require('./util/checks');
|
|||
const { Client, GatewayIntentBits } = require('discord.js');
|
||||
const { MessageContent, GuildMessages, Guilds } = GatewayIntentBits;
|
||||
const discordClient = new Client({ intents: [Guilds, GuildMessages, MessageContent] });
|
||||
console.log('Starting FNFBoyfriendBot');
|
||||
console.log('Starting FNFGirlfriendBot');
|
||||
checks();
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue