-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathapp.json
More file actions
68 lines (68 loc) · 1.81 KB
/
app.json
File metadata and controls
68 lines (68 loc) · 1.81 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "CrackingUtilsBot",
"description": "Simple Cracking Tools Bot in Telethon.",
"logo": "https://images.discordapp.net/avatars/224415693393625088/8f6a0ca7e883f87241b02ba8e1328f34.png",
"keywords": [
"telegram",
"cracking",
"plugin",
"telegram-bot",
"productivity"
],
"repository": "https://github.com/DevsExpo/CrackingToolsBot",
"website": "starkgang.ml",
"success_url": "t.me/devsExpo",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"BOT_TOKEN": {
"description": "Your Bot Token.",
"value": ""
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"JTU_ENABLE": {
"description": "Do You Wish To Enable Join To Message System?",
"value": "True"
},
"LOG_CHAT": {
"description": "Chat Where You Want Logs To Be Logged :)",
"value": "-100"
},
"OWNER_ID": {
"description": "Put Your Fking ID",
"value": "123456789"
},
"JTU_ID": {
"description": "First Set JTU_ENABLE To True. Put Channel ID where u want to enable checking, Don't Forget To Add Bot To That Channel.",
"value": "-100",
"required": false
},
"JTU_LINK": {
"description": "First Set JTU_ENABLE To True. Put Channel Link where u want to enable checking, Don't Forget To Add Bot To That Channel.",
"value": "t.me/yourchannelsusernamehereokay",
"required": false
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
]
}