1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-08-01 20:54:33 +00:00

Fix for the database error

This commit is contained in:
MatteZ02
2019-10-11 18:50:22 +03:00
parent 873f0c8e1e
commit fb8ae3cf35
2 changed files with 5 additions and 4 deletions

View File

@@ -67,9 +67,6 @@ client.on('guildCreate', async (guild) => {
const event = client.events.get(eventName) || client.events.find(ent => ent.aliases && ent.aliases.includes(eventName));
event.execute(client, guild);
});
dbl.on('posted', () => {
console.log('erver count posted!');
})
dbl.on('error', error => {
console.log(`Error with DBL! ${error}`);