-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
52 lines (50 loc) · 1.75 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Davetrobot",
"description": "Davet bağlantılarını koruyan bir bot.",
"repository": "https://github.com/Turkce-Botlar-Sohbet/Davetrobot",
"logo": "https://avatars.githubusercontent.com/u/71149025",
"keywords": ["telegram", "bot", "davet"],
"env": {
"BOT_TOKEN": {
"description": "https://t.me/BotFather adresinden bir bot oluşturarak edinin.",
"value": ""
},
"CHAT_ID": {
"description": "Davet bağlantısı oluşturmak istediğiniz kanal veya grubun ID numarası -100 ile başlamalıdır. Birden fazla eklemek istserseniz aralarında noktalı virgül (;) kullanın.",
"value": "-100111111111;-100222222222"
},
"START_MESSAGE": {
"description": "Bot'a start verildiğinde atılan mesaj.",
"value": "🔐"
},
"BAN_MESSAGE": {
"description": "Kullanıcı grup veya kanaldan yasaklandığında botla erişimi kesilir. Kullanmaya çalışırsa bu mesajı yollar.",
"value": "<b>Üzgünüm dostum yasaklandın!</b>"
},
"URL": {
"description": "(İsteğe bağlı) Botun Webhook ile çalışmasını istiyorsanız ekleyin aksi takdirde gerek yoktur boş bırakabilirsiniz. örn: https://yourappname.herokuapp.com/ (Yukarıda app-name yerine yazdığınız adı yourappname ile değiştirin.)",
"value": "",
"required": false
},
"PORT": {
"description": "(İsteğe bağlı) Webhook kullanacaksanız bunu ayarlamanız gerekir aksi takdirde gerek yoktur boş bırakabilirsiniz. örn: 80",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"formation": {
"web": {
"quantity": 0,
"size": "free"
},
"worker": {
"quantity": 1,
"size": "free"
}
}
}