-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathapp.json
76 lines (75 loc) · 2.61 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
{
"name": "Zyronix Bot",
"version": "1.0.0",
"description": "ZyronixBot [WA Multi Device] is a WhatsApp based third party application that provide many services with a real-time automated conversational experience.",
"logo": "https://raw.githubusercontent.com/mznking/ZyronixBot/v1.0/assets/ZyronixBotLogo.jpg",
"keywords": ["whatsapp", "bot", "md", "multi-device", "zyronix", "zyronix-md", "wabot", "termux-bot", "sc-bot"],
"repository": "https://github.com/salmanytofficial/XLICON-V3-MD",
"stack": "container",
"env": {
"BOT_NAME": {
"description": "Enter the name of bot here. (e.g.: Zyronix Bot ⚡)",
"required": false,
"value": "Zyronix Bot ⚡"
},
"OWNER_NAME": {
"description": "Enter your name here. (e.g.: Maazin)",
"required": false,
"value": "MZN KING"
},
"OWNER_NUMBER": {
"description": "Enter your sudo number with country code here. (e.g.: 94771227821)",
"required": true,
"value": "94771227821"
},
"FOOTER_TEXT": {
"description": "Enter footer text of your bot here. (e.g.: Powered by Zyronix Bot",
"required": false,
"value": "Powerd by Zyronix Bot"
},
"PREFIX": {
"description": "Enter prefix of bot here, or leave it empty for use multi-prefix.",
"required": false,
"value": "."
},
"OWNER_JID": {
"description": "Enter your jid here. (e.g.: 94771227821@s.whatsapp.net",
"required": false,
"value": "94771227821@s.whatsapp.net"
},
"ST_PACK_NAME": {
"description": "Enter package name of stickers created by bot here. (e.g.: Zyronix Stickers)",
"required": false,
"value": "Zyronix Stickers"
},
"ST_AUTHOR_NAME": {
"description": "Enter author/creator name of stickers created by bot here. (e.g.: Maazin Ahamed)",
"required": false,
"value": "Maazin Ahamed"
},
"WELCOME_MSG": {
"description": "Welcome the new participants of group, set true for yes and false for no. (e.g.: true)",
"required": false,
"value": "true"
},
"AUTO_STATUS_SEEN": {
"description": "Show read receipts automatically for status of your contacts, set true for yes and false for no. (e.g.: true)",
"required": false,
"value": "true"
}
},
"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"
}
]
}