Minor changes
This commit is contained in:
5
index.js
5
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 { 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();
|
||||||
|
|||||||
Reference in New Issue
Block a user