forked from ItZxSTaR/TheXSpam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
81 lines (80 loc) · 2.25 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "THE X SPAM",
"logo": "https://te.legra.ph/file/07d39b85c6cea32f15259.jpg",
"keywords": [
"telegram",
"bot",
"Altron"
],
"buildpacks": [{
"url": "heroku/python"
}],
"env": {
"SESSION": {
"description": "pyrogram v1.4 string session here",
"required": true
},
"SESSION2": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION3": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION4": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION5": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION6": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION7": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION8": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION9": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"SESSION10": {
"description": "pyrogram v1.4 string session here",
"required": false
},
"ALIVE_PIC": {
"required": false
},
"SUDO_USERS": {
"description": "Sudo Users ID",
"required": false
},
"API_ID": {
"description": "telegram api id here",
"required": false
},
"API_HASH": {
"description": "telegram api hash here",
"required": false
},
"OWNER_ID": {
"required": true
},
"HEROKU_APP_NAME": {
"description": "Required when you want to add SUDO_USERS using bot commands.",
"required": false
},
"HEROKU_API_KEY": {
"description": "Required when you want to add SUDO_USERS using bot commands.",
"required": false
}
}
}