Minor changes

This commit is contained in:
2023-04-04 00:29:46 +02:00
parent 9bb89eb85b
commit fe3773fd37

View File

@@ -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 { token, mongoURI } = require('./config.json');
const { connect } = require('mongoose'); const { connect } = require('mongoose');
const mineflayer = require('mineflayer');
const path = require('path'); const path = require('path');
const fs = require('fs'); const fs = require('fs');
@@ -21,8 +20,6 @@ const client = new Client({
] ]
}); });
module.exports = client;
client.commands = new Collection(); client.commands = new Collection();
client.events = new Collection(); client.events = new Collection();
client.modals = new Collection(); client.modals = new Collection();