Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WilardzySenpai authored Oct 3, 2023
1 parent fa7a3a4 commit 66f9eeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { Client, Collection } = require('discord.js');
const { Colors, BetterConsoleLogger } = require('discord.js-v14-helper');
const chalk = require('chalk');
const fs = require('fs');
const config = require('./config/main');
Expand Down Expand Up @@ -44,4 +43,4 @@ client.login(AuthenticationToken)
console.error(chalk.hex('#A90000')`[CRASH] Something went wrong while connecting to your bot...`);
console.error(chalk.hex('#A90000')`[CRASH] Error from Discord API: ${err}`);
process.exit();
});
});

0 comments on commit 66f9eeb

Please sign in to comment.