From 096de6f9ac6732f9ceb88aa5e41087b2f9423ba0 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Thu, 13 Feb 2020 05:38:40 +0200 Subject: [PATCH] Update ready.js --- events/ready.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/ready.js b/events/ready.js index df719f7d..a6fd7d15 100644 --- a/events/ready.js +++ b/events/ready.js @@ -22,7 +22,7 @@ module.exports = { console.log('- DB Set -'); client.user.setActivity(`@${client.user.username} help | 🎶`, { type: 'LISTENING' }); client.user.setStatus('online'); - const dbl = new DBL(client.config.dblkey, client); + const dbl = new DBL(client.config.dblKey, client); if (client.config.dblApi && !client.config.devMode) { dbl.on('error', error => { console.log('Error with DBL: ' + error);