Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MR-NIMA-X authored Nov 3, 2023
1 parent 68de64c commit e5d58af
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -31,4 +22,4 @@
"size": "standard-1x"
}
}
}
}

0 comments on commit e5d58af

Please sign in to comment.