From 1c0d89dada5ab4e5a725f51727ee788f2ac879db Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sun, 5 Jul 2020 17:03:28 +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 05164005..63708c01 100644 --- a/src/struct/config/config.js +++ b/src/struct/config/config.js @@ -24,7 +24,7 @@ module.exports = { embedColor: "#b50002", invite: "https://musix-web.herokuapp.com/releases", supportServer: "https://musix-web.herokuapp.com/discord", - devMode: true, + devMode: false, api: false, saveDB: true, respawn: true,