forked from Dark-Xploit/CypherX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
109 lines (109 loc) · 3.08 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
{
"name": "XPLOADER-BOT",
"version": "1.0.0",
"description": "Xploader, the best WhatsApp Bot",
"logo": "https://i.ibb.co/DRW8wCV/Xploader4.jpg",
"keywords": ["whatsapp", "bot", "md"],
"repository": "https://github.com/Dark-Xploit/XPLOADER-BOT",
"scripts": {
"start": "node index.js"
},
"env": {
"SESSION_ID": {
"description": "Enter your Xploader session id here; must start with XPLOADER-BOT:~",
"value": "",
"required": false
},
"BOT_NAME": {
"description": "Enter your bot name here",
"value": "᙭ᑭᒪOᗩᗪᗴᖇ ᗷOT",
"required": false
},
"OWNER_NUMBER": {
"description": "Enter your number here",
"value": "254754783972",
"required": true
},
"OWNER_NAME": {
"description": "Enter your name here",
"value": "Tylor",
"required": true
},
"STICKER_PACK_NAME": {
"description": "Sticker pack name",
"value": "᙭ᑭᒪOᗩᗪᗴᖇ",
"required": false
},
"STICKER_AUTHOR_NAME": {
"description": "Sticker author name",
"value": "ᗷOT",
"required": false
},
"HEROKU_API_KEY": {
"description": "Enter heroku API key here",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Enter exactly the same app name you've entered above.",
"value": "",
"required": false
},
"PREFIX": {
"description": "Enter your desired prefix here",
"value": ".",
"required": true
},
"MODE": {
"description": "Set to 'private' to enable private mode, otherwise default is 'public'",
"value": "public",
"required": false
},
"AUTO_STATUS_VIEW": {
"description": "Set true to enable and false to disable auto status view",
"value": "true",
"required": false
},
"ANTI_CALL": {
"description": "Set true to enable and false to disable anti-call feature",
"value": "false",
"required": false
},
"WELCOME_MSG": {
"description": "Set true to enable and false to disable welcome messages",
"value": "false",
"required": false
},
"TIMEZONE": {
"description": "Enter your timezone here. Google or don't edit if you don't know!",
"value": "Africa/Nairobi",
"required": false
},
"SUDO": {
"description": " Type additional allowed users here. They'll be able to use all the functions of the bot without restrictions. Separate with comma incase of more than one number.",
"value": "254796180105,639852804510",
"required": false
},
"AUTO_READ": {
"description": "Set true to enable automatic reading of messages",
"value": "false",
"required": false
},
"MENU_STYLE": {
"description": "Menu style, options 1, 2, 3, 4 or 5",
"value": "2",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}