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 +})