forked from gitaristbey/dogrulukcesaret
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
26 lines (26 loc) · 817 Bytes
/
app.json
File metadata and controls
26 lines (26 loc) · 817 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
{
"name": "Tg Eğlence Bot",
"description": "Pyrogram İle Yazılmış Bir Eğlence Botu",
"repository": "https://github.com/AkinYoungSoftware/TgEglenceBot.git",
"logo": "https://telegramchannels.me/storage/media-logo/2001/dcgamebot.jpg",
"keywords": ["telegram", "game", "pyrogram","telegram bot"],
"env": {
"BOT_TOKEN": {
"description": "@Botfather Den Oluşturduğunuz Botun Apisi"
},
"OWNER_API_ID": {
"description": "API_ID'niz https://my.telegram.org/apps dan ala bilirsiniz"
},
"OWNER_API_HASH": {
"description": "API_HASH'iniz https://my.telegram.org/apps dan ala bilirsiniz"
},
"OWNER_ID": {
"description": "Botunuzda Yetmili Olmasini Istediginiz Kisilerin Idleri"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}