From af2126d701ba0c67ed421e4d1e9ed01eb596475f Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Fri, 1 May 2020 20:03:17 +0300 Subject: [PATCH] Update config.js --- src/struct/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct/config/config.js b/src/struct/config/config.js index 8bb21679..c47eebd1 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,