forked from Dark-Xploit/CypherX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
143 lines (143 loc) · 4.3 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
{
"name": "CypherX",
"version": "1.2.5",
"description": "CypherX, the best WhatsApp Bot",
"logo": "https://i.ibb.co/Q4QCHYd/copilot-image-1739572393172.jpg",
"keywords": ["whatsapp", "bot", "md"],
"repository": "https://github.com/Dark-Xploit/CypherX",
"stack": "container",
"scripts": {
"start": "node index.js"
},
"env": {
"SESSION_ID": {
"description": "Enter your CypherX session id here; must start with XPLOADER-BOT:~",
"value": "XPLOADER-BOT:~LvoA1QiR#itpUd-1VGPZ5cMHgy1R6jeNp6otkkJ4wwn1YU7PIFRA",
"required": false
},
"BOT_NAME": {
"description": "Enter your bot name here",
"value": "CypherX",
"required": false
},
"OWNER_NUMBER": {
"description": "Enter your number here",
"value": "23274448130",
"required": true
},
"OWNER_NAME": {
"description": "Enter your name here",
"value": "Mr Take Tee",
"required": true
},
"STICKER_PACK_NAME": {
"description": "Sticker pack name",
"value": "Cypher",
"required": false
},
"STICKER_AUTHOR_NAME": {
"description": "Sticker author name",
"value": "X",
"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
},
"BOT_PREFIX": {
"description": "Enter your desired prefix here",
"value": "+",
"required": true
},
"MODE": {
"description": "Set 'private' to enable private mode, 'public' to enable public mode, 'group' to enable only group and 'pm' to enable only private chats",
"value": "public",
"required": false
},
"ANTIDELETE": {
"description": "Set 'private' to send deleted messages to message yourself, 'chat' to current chat and 'off' to disable'",
"value": "private",
"required": false
},
"ANTI_EDIT": {
"description": "Set 'private' to send edited messages to message yourself, 'chat' to current chat and 'off' to disable'",
"value": "private",
"required": false
},
"ALWAYS_ONLINE": {
"description": "Set true to make the bot online 24/7 or set false to disable always online'",
"value": "true",
"required": true
},
"AUTO_STATUS_VIEW": {
"description": "Set true to enable and false to disable auto status view",
"value": "true",
"required": false
},
"AUTO_STATUS_REACT": {
"description": "Set true to enable and false to disable auto status react",
"value": "true",
"required": true
},
"STATUS_EMOJI": {
"description": "Set your desired status reaction emoji",
"value": "💰",
"required": false
},
"CHATBOT": {
"description": "Set true to enable and false to disable auto reply chatbot",
"value": "false",
"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": "23276619734",
"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": "3",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}