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);