-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
92 lines (92 loc) · 2.86 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
82
83
84
85
86
87
88
89
90
91
92
{
"addons": [
{
"options": {
"version": "13"
},
"plan": "heroku-postgresql"
}
],
"description": "Modular Telegram bot for managing your groups with a few extras!",
"env": {
"ALLOW_EXCL": {
"description": "Set this to True if you want ! to be a command prefix along with /",
"value": "True"
},
"BAN_STICKER": {
"description": "ID of the sticker you want to use when banning people.",
"required": false,
"value": "CAADBQADfQADv7rGI0wxx1ORU7UzAg"
},
"DEL_CMDS": {
"description": "Set this to True if you want to delete command messages from users who don't have the perms to run that command.",
"value": "True"
},
"DONATION_LINK": {
"description": "Optional: link where you would like to receive donations.",
"required": false,
"value": ""
},
"ENV": {
"description": "Setting this to ANYTHING will enable environment variables.",
"value": "ANYTHING"
},
"OWNER_ID": {
"description": "Your user ID as an integer.",
"value": ""
},
"OWNER_USERNAME": {
"description": "Your username",
"value": "Oliviant"
},
"PORT": {
"description": "Port to use for your webhooks.",
"required": false,
"value": "8443"
},
"STRICT_GBAN": {
"description": "Enforce gbans across new groups as well as old groups. When a gbanned user talks, he will be banned.",
"value": "True"
},
"SUDO_USERS": {
"description": "A space separated list of user IDs who you want to assign as sudo users.",
"value": ""
},
"SUPPORT_USERS": {
"description": "A space separated list of user IDs who you wanna assign as support users(gban perms only).",
"value": ""
},
"BL_CHATS": {
"description": "A space separated list of chat IDs to blacklist. Bot will leave those chats when added to them.",
"required": false,
"value": ""
},
"TOKEN": {
"description": "Your bot token.",
"value": ""
},
"URL": {
"description": "The Heroku App URL :- https://<appname>.herokuapp.com/",
"required": false,
"value": ""
},
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks.",
"required": false,
"value": ""
},
"WHITELIST_USERS": {
"description": "A space separated list of user IDs who you want to assign as whitelisted - can't be banned with your bot.",
"value": ""
}
},
"keywords": [
"telegram",
"kawaii",
"group",
"manager",
"Olivia"
],
"name": "Olivia-Chan",
"repository": "https://github.com/oliviachef/Olivia-Chan/"
}