From 44ef6cf4bcbb2476cb853328d2b0c7e229e59b60 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Tue, 16 Jun 2020 21:56:29 +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 7eeb6bfc..b3d8bd4d 100644 --- a/src/struct/config/config.js +++ b/src/struct/config/config.js @@ -24,7 +24,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, @@ -98,4 +98,4 @@ module.exports.emojis = { stop: "<:stop:674685626108477519> ", stopWatch: ":stopwatch: ", volumeHigh: "<:volumehigh:674685637626167307> ", -} \ No newline at end of file +}