Removing unneccesarry files and dep.
This commit is contained in:
@@ -4,6 +4,3 @@ DEV=
|
|||||||
CLIENTID=
|
CLIENTID=
|
||||||
GUILDID=
|
GUILDID=
|
||||||
HYPIXELAPIKEY=
|
HYPIXELAPIKEY=
|
||||||
GUILDINFO=
|
|
||||||
REQUIREMENTS=
|
|
||||||
RULESINFO=
|
|
||||||
9
index.js
9
index.js
@@ -7,7 +7,10 @@ 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');
|
||||||
|
<<<<<<< HEAD
|
||||||
const {parseArgs} = require('util');
|
const {parseArgs} = require('util');
|
||||||
|
=======
|
||||||
|
>>>>>>> ce5f0e69a420358f6ba11e9ad1dfa82c25e5ca90
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
intents : [
|
intents : [
|
||||||
@@ -228,4 +231,10 @@ client.on(Events.ClientReady, () => {
|
|||||||
client.on(Events.ClientReady, () => { client.user.setStatus('dnd'); });
|
client.on(Events.ClientReady, () => { client.user.setStatus('dnd'); });
|
||||||
client.login(token);
|
client.login(token);
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
connect(mongoURI, {}).then(() => { console.log('Connected to MongoDB'); })
|
connect(mongoURI, {}).then(() => { console.log('Connected to MongoDB'); })
|
||||||
|
=======
|
||||||
|
connect(mongoURI, {}).then(() => {
|
||||||
|
console.log('Connected to MongoDB');
|
||||||
|
})
|
||||||
|
>>>>>>> ce5f0e69a420358f6ba11e9ad1dfa82c25e5ca90
|
||||||
|
|||||||
Reference in New Issue
Block a user