From 37adcb05616c60dfc5e7c98035ba26498385ef0e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 27 Mar 2021 21:59:12 +0530 Subject: Code Refactoring --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.js') diff --git a/src/main.js b/src/main.js index 0bac841..97ac2dc 100644 --- a/src/main.js +++ b/src/main.js @@ -1,8 +1,8 @@ require('dotenv').config(); const fs = require('fs'); -const { Client, MessageEmbed, Collection } = require('discord.js'); -const fetch = require('node-fetch'); +const { Client, Collection } = require('discord.js'); const confusion = require('./commons/confusion'); + const client = new Client(); client.commands = new Collection(); let casualMessages = {}; -- cgit v1.2.3