mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 05:10:17 +00:00
Merge branch 'master' of https://github.com/MatteZ02/Musix-V3
This commit is contained in:
commit
7b4a0e06fc
@ -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);
|
||||
|
@ -16,8 +16,8 @@ module.exports = {
|
||||
invite: "https://discordapp.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&redirect_uri=https%3A%2F%2Fdiscordapp.com%2Foauth2%2Fauthorize%3Fclient_id%3D607266889537945605%26%3Bscope%3Dbot%26%3Bpermissions%3D0&scope=bot",
|
||||
//Settings
|
||||
devMode: false,
|
||||
dblApi: false,
|
||||
saveDB: false,
|
||||
dblApi: true,
|
||||
saveDB: true,
|
||||
//db values
|
||||
prefix: ">",
|
||||
defaultVolume: 5,
|
||||
|
Loading…
Reference in New Issue
Block a user