diff --git a/src/struct/config/config.js b/src/struct/config/config.js index 9ee39002..8bb21679 100644 --- a/src/struct/config/config.js +++ b/src/struct/config/config.js @@ -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, -}; \ No newline at end of file +};