diff --git a/app.json b/app.json index 97ad8d7..8b13789 100644 --- a/app.json +++ b/app.json @@ -1,145 +1 @@ -{ - "name":"TIMNASA-TMD", - "description":"Best whatsapp bot developed by TIMNASA TMD", - "keywords":["bot","node","baileys","whatsapp"], - "logo":"https://whatsapp.com/channel/0029VawxTHq6rsR0gajX3r33", - "repository":"https://github.com/Next5x/TIMNASA_TMD1", - "succes_url":"/", - "stack":"container", - "env":{ - "PREFIX": - { - "description":"choose your prefix of bot", - "value":".", - "required":true - }, -"AUTO_REACT": - { - "description":"Enter yes for your bot to auto react", - "value":"no", - "required":false - }, - "AUTO_READ_STATUS": - { - "description":"Your contact status will be read automatically(type yes to active or no to deactive ; don't write in capital letter)", - "value":"yes", - "required":false - }, - "AUTO_LIKE_STATUS": - { - "description":"Your contact status will be reacting automatically(type yes to active or no to deactive ; don't write in capital letter)", - "value":"yes", - "required":false - }, "AUTO_DOWNLOAD_STATUS": - { - "description":"Your contact status will be download automatically and send to you(type yes to active or no to deactive ; don't write in capital letter)", - "value":"no", - "required":false - } - , - "PM_PERMIT" : - { - "description":"Other user can't use your bot in pm (type yes to active or no to deactive ; don't write in capital letter)", - "value":"no", - "required":false - } - , - "BOT_NAME" : { - - "description":"put A name for your bot", - "value":"-TIMNASA-TMD1", - "required":false - } , - "BOT_MENU_LINKS" : { - - "description":"add one or many link for your bot menu ; eg : url1,url2,url3.....", - "value":"https://files.catbox.moe/5ixvs8.jpg", - "required":false - - }, - "PUBLIC_MODE": - { - "description":"type yes to put your bot on public mode or no to put it on private mod", - "value":"yes", - "required":false - } - , - "HEROKU_API_KEY": { - "description": "insert your heroku api-key (this is optionnal)", - "required" :false - }, - "HEROKU_APP_NAME": { - "description": "insert your heroku APP NAME (this is optionnal)", - "required" :false - } - , - "SESSION_ID": - { - "description":"put your session ID , the code you receive after scanning Qr code", - "value":"", - "required":true - - }, - "OWNER_NAME": - { - - "desc": "Your Name", - "required": false, - "value": "TIMNASA TMD1" - }, - "NUMERO_OWNER": - { - - "desc": "Your number , dont put '+' and put you area code(exemple of togo '228')", - "required":false, - "value": "255784766591" - }, - "WARN_COUNT": - { - "desc": "this is the limit of warn for warning commandes", - "required": false, - "value": "2" - }, - "STARTING_BOT_MESSAGE": - { - "description": "if you don't want startting-bot-message put no else put yes", - "required": true, - "value": "yes" - }, - "PRESENCE":{ - "description":"Mark your presence: 1 to indicate that you are online even if you are not. 2 to indicate that you are currently typing a message. 3 to indicate that you are currently recording an audio. Or leave the field blank to indicate your real state.", - "value":"", - "required": false - }, - "ANTI_DELETE_MESSAGE" : { - "description": "if you want to enable anti delete message put yes else put no", - "value": "yes", - "required": false - } - }, - - "buildpacks": [ - { - "url": "heroku/nodejs" - }, - - { - "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" - }, - { - "url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git" - } - ], - "formation": { - "worker": { - "quantity": 1, - "size": "standard-2x" - } - }, - "addons": [ - { - "plan": "heroku-postgresql:essential-0" - } - ] -}