-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathapp.json
More file actions
33 lines (33 loc) · 666 Bytes
/
Copy pathapp.json
File metadata and controls
33 lines (33 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Brainly Bot",
"description": "Brainly Bot Untuk Telegram",
"keywords": [
"telegram",
"bot"
],
"repository": "https://github.com/RioProjectX/BrainlyBot",
"env": {
"BOT_TOKEN": {
"description": "Bot token kamu dari @botfather",
"required": true
},
"API_ID": {
"description": "my.telegram.org",
"required": true
},
"MUST_JOIN": {
"description": "if u dont understand leave it",
"required": false
},
"API_HASH": {
"description": "my.telegram.org",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"stack": "heroku-20"
}