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();