From e5d58af8e3f916caf8a5c9dcffebdbf195cdda37 Mon Sep 17 00:00:00 2001 From: Nimesh Madusanka <104353654+MR-NIMA-X@users.noreply.github.com> Date: Fri, 3 Nov 2023 10:48:03 +0530 Subject: [PATCH] Update app.json --- app.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/app.json b/app.json index 1b00e0a..8a94d1e 100644 --- a/app.json +++ b/app.json @@ -3,21 +3,12 @@ "description": "This is an Open Ai Chat Gpt whatsapp bot created by mr nima.", "repository": "https://github.com/DarkMakerofc/OpenAi-ChatGPT-Bot", "logo": "https://telegra.ph/file/7e4a883eab0f96664798e.jpg", - "keywords": [ - "nodejs", - "Bot", - "WhatsApp Ai Bot" - ], + "keywords": ["nodejs","Bot","WhatsApp Ai Bot" ], "env": { "SESSION_ID": { - "description": "Type the Session-ID you got from scaning QR [ https://gpt-qr-code.onrender.com ]", + "description": "Type the SESSION_ID you got from scaning QR [ https://gpt-qr-code.onrender.com ]", "required": true, "value": "" - }, - "BOT_PRIVATE": { - "description": "Type if you want private true else you want public false", - "required": true, - "value": "true" } }, "buildpacks": [ @@ -31,4 +22,4 @@ "size": "standard-1x" } } -} \ No newline at end of file +}