From ce5f0e69a420358f6ba11e9ad1dfa82c25e5ca90 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 11 Jun 2023 21:40:03 +0200 Subject: [PATCH] removing useless import --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 4ba6057..977a21a 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,6 @@ const mongoURI = process.env.MONGOURI; const { connect } = require('mongoose'); const path = require('path'); const fs = require('fs'); -const { parseArgs } = require('util'); const client = new Client({ intents: [ @@ -240,4 +239,4 @@ client.login(token); connect(mongoURI, {}).then(() => { console.log('Connected to MongoDB'); -}) \ No newline at end of file +})