Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
DomathID authored Jan 15, 2021
1 parent f78fabb commit ee9ebb6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ fs = require("fs"),
util = require("util"),
readdir = util.promisify(fs.readdir),
mongoose = require("mongoose");
const DBL = require("dblapi.js");
const dbl = new DBL(process.env.GG_TOKEN, client);
dbl.on('posted', () => {
console.log('Server count posted!');
})

dbl.on('error', e => {
console.log(`Oops! ${e}`);
})
client.on('guildCreate', guild => {
guild.systemChannel.send(`Hey ! Don't Forget Vote Me !`)
})
Expand Down

0 comments on commit ee9ebb6

Please sign in to comment.