From 27a8b7f34bc10d2cd0a4b081aec2a5357b9aca4c Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:12:29 +0300 Subject: [PATCH] Update config.ts --- src/struct/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/struct/config/config.ts b/src/struct/config/config.ts index 1ffbd99e..9e2c2a8f 100644 --- a/src/struct/config/config.ts +++ b/src/struct/config/config.ts @@ -13,7 +13,7 @@ module.exports = { invite: "https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot", supportServer: "https://discord.gg/rvHuJtB", - devMode: true, + devMode: false, api: false, saveDB: true, respawn: true,