-
Notifications
You must be signed in to change notification settings - Fork 76
/
app.json
84 lines (83 loc) · 2.44 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
{
"name": "🕊️⃝ᴘʙx ❤️ᥫ᭡፝֟፝֟",
"description": "One of the best Userbot for Telegram. Known for its Smoothness, Design, Support.",
"logo": "https://telegra.ph/file/ad01c8568b57038127472.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"telethon",
"pbxbot",
"modular",
"productivity"
],
"repository": "https://github.com/Badhacker98/PbXbot",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"ABUSE": {
"description": "Leave it blank if you dont want Profanity in PBxBot. Else Fill ON.",
"value": "ON",
"required": false
},
"HANDLER": {
"description": "Your command handler. Default is ' . ' (dot).",
"value": "."
},
"APP_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"PBXBOT_SESSION": {
"description": "Get this value by using repl or termux. Refer to Repo for more info.",
"value": ""
},
"GIT_REPO": {
"description": "Please Don't Change Anything Here Otherwise The Bot Will Crash.",
"value": "Badhacker98/Plugins",
"required": true
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API. Required for updater to work.",
"value": ""
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top. Required for updater to work.",
"value": ""
},
"LOGGER_ID": {
"description": "Fill here log group id where you bot always stay admin ( id must started with -100).",
"value": "",
"required": false
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and paste the bot token here.",
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "14"
}
}],
"buildpacks": [{
"url": "https://github.com/badmunda98/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/badmunda98/heroku-buildpack-google-chrome"
},{
"url":"https://github.com/badmunda98/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/badmunda98/heroku-buildpack-apt"
},{
"url": "https://github.com/badmunda98/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}