From 31d5b8b77f0a8fc5701dfd1c3249cf21f8cd52bf Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 2 Apr 2021 14:08:51 -0500 Subject: [PATCH] Remove unnecessary modules --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index e1516db..d4b4b0c 100644 --- a/index.js +++ b/index.js @@ -1,10 +1,8 @@ #!/usr/bin/env node -const csv = require('csvtojson'); const Discord = require('discord.js'); const MongoClient = require('mongodb').MongoClient; const client = new Discord.Client({ partials: ['MESSAGE', 'CHANNEL', 'REACTION'] }); -const { execSync } = require("child_process"); var database, collection; const DATABASE_NAME = process.env.DATABASE_NAME;