From 408c4e59a43fecf08036269a36148fcfddc28678 Mon Sep 17 00:00:00 2001 From: Drago09t <92865043+Drago09t@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:33:28 -0700 Subject: [PATCH] Update config.json --- config.json | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/config.json b/config.json index 8e7ade47..923aad28 100644 --- a/config.json +++ b/config.json @@ -1,26 +1,9 @@ { - "developerGuild": "Your Guild ", - "activityInterval": 5, - "botErrorColor": "", "token": "your bot main token", - "mongodb": "your mongo db url", - "OPENAI_ORG": "your openai org", - "auth": "Ignore this", - "api": "chat bot api", -"apiKey": "ignore this", - "BrainShopAPI": "BrainShopAPI", - "OPENAI_ORG": "OPENAI_ORG", + "mongodb": "your mongo db url" "apiKey": "your open ai ket", "Setup": { "SIGHT_ENGINE_APIKEY": "your sight engine api key", "SIGHT_ENGINE_APIUSER": "your sight engine usee api key" - }, -"prefix": "!", -"color": { - "embed": "#2f3136", - "no": "#FA0000", - "yes": "#00FF00" - }, - "chatbot": { - "channelID": "chneel id i forgot for what" -}} \ No newline at end of file + } +}}