1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update config.js

This commit is contained in:
Matte 2020-04-28 12:14:38 +03:00 committed by GitHub
parent f9715457d9
commit 07fd7df141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ module.exports = {
invite: "https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot",
supportServer: "https://discord.gg/rvHuJtB",
devMode: false,
api: true,
api: false,
saveDB: true,
respawn: true,
shards: 10,
@ -37,4 +37,4 @@ module.exports = {
djrole: null,
startPlaying: true,
bass: 1,
};
};