From 3314208ec28c692c7b76756582736836612c4836 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Thu, 16 Apr 2020 23:08:12 +0300 Subject: [PATCH] Update config.ts --- src/struct/config/config.ts | 59 +++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/src/struct/config/config.ts b/src/struct/config/config.ts index f726b4a9..1ffbd99e 100644 --- a/src/struct/config/config.ts +++ b/src/struct/config/config.ts @@ -1,31 +1,32 @@ -require('dotenv/config'); +require("dotenv/config"); module.exports = { - token: process.env.TOKEN, - devToken: process.env.DEVTOKEN, - dblKey: process.env.DBLKEY, - api_key: process.env.GOOGLE_API_KEY, - testServer: "489111553321336832", - primary_test_channel: "617633098296721409", - secondary_test_channel: "570531724002328577", - devId: "360363051792203779", - embedColor: "#b50002", - invite: "https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot", - supportServer: "https://discord.gg/rvHuJtB", - devMode: false, - api: false, - saveDB: true, - respawn: true, - shards: 10, - shardDelay: 10000, - spawnTimeout: 60000, - respawnDelay: 1000, - prefix: ">", - devPrefix: "-", - defaultVolume: 5, - permissions: false, - dj: false, - djrole: null, - startPlaying: true, - bass: 1 -} + token: process.env.TOKEN, + devToken: process.env.DEVTOKEN, + dblKey: process.env.DBLKEY, + api_key: process.env.GOOGLE_API_KEY, + testServer: "489111553321336832", + primary_test_channel: "617633098296721409", + secondary_test_channel: "570531724002328577", + devId: "360363051792203779", + embedColor: "#b50002", + invite: + "https://discordapp.com/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot", + supportServer: "https://discord.gg/rvHuJtB", + devMode: true, + api: false, + saveDB: true, + respawn: true, + shards: 10, + shardDelay: 10000, + spawnTimeout: 60000, + respawnDelay: 1000, + prefix: ">", + devPrefix: "-", + defaultVolume: 5, + permissions: false, + dj: false, + djrole: null, + startPlaying: true, + bass: 1, +};