Removed useless variables

This commit is contained in:
2023-11-10 15:22:32 +01:00
parent 252f1d1c03
commit aab42367ef
11 changed files with 1 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
const { Client, GatewayIntentBits, Partials, ActivityType, Events, Collection } = require('discord.js');
const { botLogChannel, color } = require('./config/options.json');
const env = require('dotenv').config();
require('dotenv').config();
const mongoURI = process.env.MONGOURI;
const { connect } = require('mongoose');
const path = require('path');