From 7ece5cd91ca1efc0fb0df0053c6456abb1e586ee Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Mon, 6 Apr 2020 00:22:30 +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 47d88ba6..f726b4a9 100644 --- a/src/struct/config/config.ts +++ b/src/struct/config/config.ts @@ -12,7 +12,7 @@ module.exports = { embedColor: "#b50002", 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,