forked from akborana3/BeessttMaffiaopsss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
144 lines (144 loc) · 5.02 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
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
{
"name": "𝚃𝙷𝙴 𝙼𝙰𝙵𝙸𝙰𝙱𝙾𝚃",
"description": "The MafiaBot made by @H1M4N5HU0P special thanks to respective HellBot owner @Kraken_The_BadASS. Join for updates related info @MafiaBot_Support",
"logo": "https://telegra.ph/file/75229ba894ef780332815.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/akborana3/MafiaBotIsOP/",
"website": "https://github.com/H1M4N5HU0P/MafiaBotIsOP/",
"success_url": "https://t.me/MafiaBot_Support",
"env": {
"ENV": {
"description": "Set this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"TEMP_DOWNLOAD_DIRECTORY": {
"description": "Where downloaded files will go.",
"value": "./userbot/DOWNLOADS/",
"required": false
},
"ALIVE_NAME": {
"description": "Fill your Full name or Username like @H1M4N5HU0P. By default it is Mafia User",
"value": "@MafiaBot_Support",
"required": false
},
"ABUSE": {
"description": "Leave it blank if you dont want Profanity in MafiaBot. Else Fill ON.",
"value": "",
"required": false
},
"ALIVE_MSG": {
"description": "Set Custom Alive Message When entering .mafia Command.",
"value": "😈MAFIABOT IS ALIVE😈",
"required": false
},
"ALIVE_PIC": {
"description": "Put here any telegraph media link for alive pic in .mafia command.",
"value": "https://telegra.ph/file/63c3da961d4bd91d7f367.mp4",
"required": false
},
"BIO_MSG": {
"description": "Put Your Telegram Bio Here Required For Auto Bio.",
"value": "😈LEGEND'S SAY'S TO MAFIABOT😈",
"required": false
},
"PMPERMIT_PIC": {
"description": "put here any telegraph media link for custom pmpermit pic.",
"value": "https://telegra.ph/file/502d3b7372c1c395bba5a.mp4",
"required": true
},
"CUSTOM_PMPERMIT": {
"description": "Enter Your custom pm permit msg.",
"value": "PLEASE DO NOT SPAM MY DM, I WILL REPLY YOU AFTER COME BACK ONLINE!",
"required": false
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Putting Others Value may result In Account Ban.",
"value": "2184829"
},
"SUDO_USERS": {
"description": "Enter your friends user id to to give him bot sudo access",
"value": "",
"required": false
},
"SUDO_COMMAND_HAND_LER": {
"description": "Please enter sudo user command handler",
"value": "*",
"required": false
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Putting Others Value May result In Account Ban.",
"value": "6930b92388baabff4cb4a1d377085035"
},
"MAFIABOT_LOGGER": {
"description": "Create a private channel/group add rose then type /id in group.",
"value": "-1001174481876"
},
"STRING_SESSION": {
"description": "Get this value by running https://repl.it/@H1M4N5HU0P/MAFIABOT#main.py ",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API.Required for updater to work.",
"value": "22c9f205-3860-48e7-a1e5-457c15480877",
"required": true
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top.Required for updater to work.",
"value": "enteryourappname",
"required": true
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the token of your bot. And Don't Forget To Turn on inline Mode on bot settings. Get it.",
"value": "1445762068:AAG_-327E_oIzta6TGGbdc6-RqePyM8fyR8"
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at @BotFather and get the username of your bot",
"value": "@MAFIA_PUBLIC_bot"
},
"HELP_PIC": {
"description": "Put link of pic or gif to show your .help menu provider cool",
"value": "https://telegra.ph/file/63c3da961d4bd91d7f367.mp4",
"required": false
},
"EMOJI_IN_HELP": {
"description": "Put here your favorite emoji to make your bot cool.",
"value": "⚡",
"required": true
},
"PM_DATA": {
"description": "Type DISABLE if you want to disable pm protection... ",
"value": "ENABLE",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/amivin/aria2-heroku.git"
},{
"url":"https://github.com/heroku/heroku-buildpack-google-chrome"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url":"https://github.com/heroku/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "heroku/python"
}]
}