forked from TEAM-D3VIL/D3vilBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
150 lines (150 loc) · 4.6 KB
/
app.json
File metadata and controls
150 lines (150 loc) · 4.6 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "𝔇3vιℓвσт",
"description": "𝔇3𝔳𝔦𝔩𝔅𝔬𝔱 is one of the Best UserBot for Telegram. Known for its Smoothness, Design, Support.this userbot made by ©Team D3vil & @D3_krish",
"logo": "https://telegra.ph/file/ad8abbfbcb2f93f91b10f.jpg ",
"keywords": [
"telegram",
"userbot",
"plugin",
"telethon",
"d3vilbot",
"modular",
"productivity"
],
"repository": "https://github.com/TEAM-D3VIL/D3vilBot/",
"website": "https://github.com/D3KRISH/",
"success_url": "https://t.me/D3VIL_SUPPORT",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"YOUR_NAME": {
"description": "Fill Your Telegram Name. Default Value is 𝔡3𝔳𝔦𝔩",
"value": "『ȶꭉᶏꬺ ɖ3ⱱᶖȴ』",
"required": false
},
"ALIVE_MSG": {
"description": "Your Custom Alive Message to show on Alive.",
"value": "",
"required": false
},
"ALIVE_PIC": {
"description": "Paste the telegraph link of a video/gif/pic to show on Alive.",
"value": "",
"required": false
},
"ABUSE": {
"description": "Leave it blank if you dont want Profanity in D3vilBot. Else Fill ON.",
"value": "ON",
"required": false
},
"PMPERMIT_PIC": {
"description": "Paste the Telegraph link to show in pm permit message.",
"value": "",
"required": false
},
"PM_LOG_ID": {
"description": "Fill your private Channel ID if you want to Log PM messages. Get channel id from @ShowJsonBot",
"value": "",
"required": false
},
"HANDLER": {
"description": "Your command handler. Default is ' . ' (dot).",
"value": "."
},
"EMOJI_IN_HELP": {
"description": "A emoji to display in help command",
"value": "✘"
},
"BUTTONS_IN_HELP": {
"description": "No.of buttons to display in help menu.",
"value": "7"
},
"PM_PERMIT": {
"description": "Fill DISABLE to turn off pm permit.",
"value": "ENABLE"
},
"APP_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"D3VILBOT_SESSION": {
"description": "Get this value by using repl or termux. Refer to Repo for more info.",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API. Required for updater to work.",
"value": "",
"required": true
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top. Required for updater to work.",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and paste the bot token here.",
"value": ""
},
"TAG_LOGGER": {
"description": "Make a group and add rose. Do /id and paste the chat id here.",
"value": "",
"required": false
},
"BOT_USERNAME": {
"description": "Make a bot from @BotFather and paste the username here.",
"value": ""
},
"YOUR_CHANNEL": {
"description": "Fill your channel username(without @) to get this displayed on your D3VIL Alive.",
"value": "",
"required": false
},
"YOUR_GROUP": {
"description": "Fill your group username(without @) to get this displayed on your D3VIL Alive.",
"value": "",
"required": false
},
"SUDO_USERS": {
"description": "Userid of user to grant sudo access. Add multiple sudo users by giving a space between userids",
"value": "",
"required": false
},
"ASSISTANT":{
"description": "Default ON. Your Assistant is on if you want to off Then Remove Value.",
"value": "ON",
"required": false
},
"EXTRA_REPO":{
"description": "Default True. Your ADDONS ia add if you want remove do off then Remove value.",
"value": "True",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/heroku/heroku-buildpack-google-chrome"
},{
"url":"https://github.com/heroku/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}