Krishna-Singhal / genStr

Genrate String Session Using this bot.
GNU General Public License v3.0
46 stars 74 forks source link

Add `app.json` file #9

Closed Navaneeth-Renjith closed 1 year ago

Navaneeth-Renjith commented 2 years ago

Added app.json file for deploying to Heroku.

Why this?

Anyone who clicked the button to deploy genStr to Heroku got "app.json not provided" error. So, this PR is created to resolve the issue.

ChangeLog

Added a name, description, and a small ENV in file.

[-----Example-----]

{
  "name": "genStr",
  "description": "Generate string session using this bot."
}

@Krishna-Singhal please review this PR.