-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
78 lines (74 loc) · 1.95 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
{
"name": "Member-sticker-Bot",
"description": "No one gonna Help You !!! 💩💩",
"logo": "https://telegra.ph/file/b915eeae2f1db1c2606c9.jpg",
"keywords": [
"telegram",
"member",
"group",
"sticker",
"bot",
"plugin",
"member sticker bot",
"count"
],
"repository": "https://github.com/bughunter0/member-sticker-bot",
"website": "https://bit.ly/3aC7gx9",
"success_url": "https://bit.ly/3aC7gx9",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable env variables. But, you need to understand the code to know what to set here!",
"value": "ANYTHING"
},
"TOKEN": {
"description": "Your bot token, as a string."
},
"OWNER_ID": {
"description": "An integer of consisting of your owner ID",
"value": ""
},
"OWNER_USERNAME": {
"description": "Your username",
"value": ""
},
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode messages",
"value": "ANYTHING"
},
"URL": {
"description": "The Heroku App URL similar to https://<appname>.herokuapp.com/"
},
"MESSAGE_DUMP": {
"description": "optional: a chat where your replied saved messages are stored, to stop people deleting their old",
"required": false
},
"PORT": {
"description": "Port to use for your webhooks",
"value": "8443"
},
"DEL_CMDS": {
"description": "Whether to delete commands from users which don't have rights to use that command",
"value": "True"
},
"ALLOW_EXCL": {
"description": "Whether to allow using exclamation marks ! for commands as well as /.",
"value": "True"
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"stack": "heroku-18",
"buildpacks": [],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
}
}