removing useless import
This commit is contained in:
1
index.js
1
index.js
@@ -6,7 +6,6 @@ const mongoURI = process.env.MONGOURI;
|
|||||||
const { connect } = require('mongoose');
|
const { connect } = require('mongoose');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const { parseArgs } = require('util');
|
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
intents: [
|
intents: [
|
||||||
|
|||||||
Reference in New Issue
Block a user