This commit is contained in:
2023-03-22 21:09:37 +01:00
parent d9460f99e7
commit a7749f9780
2 changed files with 38 additions and 153 deletions

View File

@@ -1,6 +1,5 @@
const { Client, GatewayIntentBits, Partials, ActivityType, Events, Collection, InteractionType } = require('discord.js');
const { token, mongoURI } = require('./config.json');
const { color } = require('./config/options.json');
const { connect } = require('mongoose');
const mineflayer = require('mineflayer');
const path = require('path');