Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abhint authored Dec 6, 2021
1 parent 578a0a8 commit 0dd13f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "Telegram URL Upload",
"description": "Hello Heroku",
"description": "Hello, Heroku",
"repository": "https://github.com/AbhijithNT/Telegram-URL-Upload/",
"keywords": ["telegram", "pyrogram", "telegram bot"],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": ""
},
"APP_ID": {
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps ",
"value": ""
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": ""
},
}
},
"buildpacks": [
{
Expand Down

0 comments on commit 0dd13f4

Please sign in to comment.