From fe3773fd37606887f9c5ffcc71a6764e8ab6c538 Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 4 Apr 2023 00:29:46 +0200 Subject: [PATCH] Minor changes --- index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.js b/index.js index 342457f..6332385 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,6 @@ -const { Client, GatewayIntentBits, Partials, ActivityType, Events, Collection, InteractionType } = require('discord.js'); +const { Client, GatewayIntentBits, Partials, ActivityType, Events, Collection } = require('discord.js'); const { token, mongoURI } = require('./config.json'); const { connect } = require('mongoose'); -const mineflayer = require('mineflayer'); const path = require('path'); const fs = require('fs'); @@ -21,8 +20,6 @@ const client = new Client({ ] }); -module.exports = client; - client.commands = new Collection(); client.events = new Collection(); client.modals = new Collection();