From d2e9e3d1a9c8e7947745c677c3eabf305c10164e Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 26 Nov 2023 16:49:11 -0500 Subject: [PATCH] fix: Fix default config (whoops) --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 4063a6df2..87686a173 100644 --- a/config.json +++ b/config.json @@ -73,9 +73,9 @@ "SeasonOverride": false }, "Discord": { - "Enabled": true, - "BotToken": "MTAzMTQ2MDI4MDYxOTc2NTgwMA.GGe824._OxF9rtv1O8EjOZI26hATruaF_VZ9YBwuAdS1Y", - "RealtimeChannelID": "645108836423958540" + "Enabled": false, + "BotToken": "", + "RealtimeChannelID": "" }, "Commands": [ { @@ -129,7 +129,7 @@ "Host": "localhost", "Port": 5432, "User": "postgres", - "Password": "admin", + "Password": "", "Database": "erupe" }, "Sign": {