forked from Teamabasof/kelimebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
32 lines (32 loc) · 815 Bytes
/
app.json
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
{
"name": "Kelime Evreni",
"logo": "https://telegra.ph/file/dfa517fd00b6ca5f7ac9.jpg",
"description": "Telegram kelime bilgi oyun",
"env": {
"API_ID": {
"description": "@otomytelegrambot dan api hash api id alınız.",
"value": ""
},
"API_HASH": {
"description": "@otomytelegrambot dan api hash api id alınız.",
"value": ""
},
"TOKEN": {
"description": "@botfather den aldığınız tokeni giriniz",
"value": ""
},
"USERNAME": {
"description": "Kullanıcı adınızı giriniz.",
"value": ""
},
"OWNER_ID": {
"description": "Bot Sahibinin İD girin.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-python.git"
}
]
}