-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 704 Bytes
/
Copy pathapp.json
File metadata and controls
21 lines (21 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "telegram-md",
"description": "Gifted-Md, A simple Telegram user bot Created by Gifted Tech",
"logo": "https://telegra.ph/file/c2a4d8d65722553da4c89.jpg",
"repository": "https://github.com/mauricegift/telegram-bot",
"keywords": ["telegram-bot", "gifted-api", "multi device"],
"success_url": "/",
"buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ],
"env": {
"OWNER_ID": {
"description": "Your telegram owner ID",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Your telegram bot token",
"value": "",
"required": true
}
}
}