From 285c668037eb71a7b2d36fe124a3e4539a495e29 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Fri, 1 May 2020 20:40:14 +0300 Subject: [PATCH] Update config.js --- src/struct/config/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/struct/config/config.js b/src/struct/config/config.js index 8bb21679..1d656c39 100644 --- a/src/struct/config/config.js +++ b/src/struct/config/config.js @@ -21,7 +21,7 @@ module.exports = { embedColor: "#b50002", invite: "https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot", supportServer: "https://discord.gg/rvHuJtB", - devMode: false, + devMode: true, api: false, saveDB: true, respawn: true, @@ -37,4 +37,4 @@ module.exports = { djrole: null, startPlaying: true, bass: 1, -}; +}; \ No newline at end of file