forked from Efsane2323/yas-tahmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
39 lines (39 loc) · 1010 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
33
34
35
36
37
38
39
{
"name": "Tesla Game V1 Versiyon",
"description": " @TeslaGameBot'un Eski Alt Versiyon Projesi GitHub'da Kullanıcılara Açık Sunuldu.",
"repository": "https://github.com/sirincay/TeslaGamev1",
"logo": "https://avatars.githubusercontent.com/u/88708263?s=96&v=4",
"keywords": ["telegram", "bot"],
"env": {
"TOKEN": {
"description": "@BotFather'dan oluşturduğunuz botun tokeni.",
"value": ""
},
"ID_BOT": {
"description": "Botun ID Yazın (İlk Rakamlar)",
"value": ""
},
"BOT_ISMI": {
"description": "Botun Kullanıcı Adını '@' Olmadan Yazın",
"value": "TeslaGameBot"
},
"RAUND_SAYI": {
"description": "RAUND SAYISI (3-5) İdeal aralık ",
"value": "3"
},
"SANIYE": {
"description": "Resimlerin Değişmesi Süresi / 10000=10 Saniye",
"value": "10000"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"formation": {
"worker": {
"quantity": 1
}
}
}