Skip to content

Commit a51a0f3

Browse files
authored
Update app.json
1 parent d4adbc1 commit a51a0f3

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

app.json

+76-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
{"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.: [email protected]","required":false,"value":"[email protected]"},"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"}]}
1+
{
2+
"name": "Zyronix Bot",
3+
"version": "1.0.0",
4+
"description": "ZyronixBot [WA Multi Device] is a WhatsApp based third party application that provide many services with a real-time automated conversational experience.",
5+
"logo": "https://raw.githubusercontent.com/mznking/ZyronixBot/v1.0/assets/ZyronixBotLogo.jpg",
6+
"keywords": ["whatsapp", "bot", "md", "multi-device", "zyronix", "zyronix-md", "wabot", "termux-bot", "sc-bot"],
7+
"repository": "https://github.com/salmanytofficial/XLICON-V3-MD",
8+
"stack": "container",
9+
"env": {
10+
"BOT_NAME": {
11+
"description": "Enter the name of bot here. (e.g.: Zyronix Bot ⚡)",
12+
"required": false,
13+
"value": "Zyronix Bot ⚡"
14+
},
15+
"OWNER_NAME": {
16+
"description": "Enter your name here. (e.g.: Maazin)",
17+
"required": false,
18+
"value": "MZN KING"
19+
},
20+
"OWNER_NUMBER": {
21+
"description": "Enter your sudo number with country code here. (e.g.: 94771227821)",
22+
"required": true,
23+
"value": "94771227821"
24+
},
25+
"FOOTER_TEXT": {
26+
"description": "Enter footer text of your bot here. (e.g.: Powered by Zyronix Bot",
27+
"required": false,
28+
"value": "Powerd by Zyronix Bot"
29+
},
30+
"PREFIX": {
31+
"description": "Enter prefix of bot here, or leave it empty for use multi-prefix.",
32+
"required": false,
33+
"value": "."
34+
},
35+
"OWNER_JID": {
36+
"description": "Enter your jid here. (e.g.: [email protected]",
37+
"required": false,
38+
"value": "[email protected]"
39+
},
40+
"ST_PACK_NAME": {
41+
"description": "Enter package name of stickers created by bot here. (e.g.: Zyronix Stickers)",
42+
"required": false,
43+
"value": "Zyronix Stickers"
44+
},
45+
"ST_AUTHOR_NAME": {
46+
"description": "Enter author/creator name of stickers created by bot here. (e.g.: Maazin Ahamed)",
47+
"required": false,
48+
"value": "Maazin Ahamed"
49+
},
50+
"WELCOME_MSG": {
51+
"description": "Welcome the new participants of group, set true for yes and false for no. (e.g.: true)",
52+
"required": false,
53+
"value": "true"
54+
},
55+
"AUTO_STATUS_SEEN": {
56+
"description": "Show read receipts automatically for status of your contacts, set true for yes and false for no. (e.g.: true)",
57+
"required": false,
58+
"value": "true"
59+
}
60+
},
61+
"buildpacks": [
62+
{
63+
"url": "heroku/nodejs"
64+
},
65+
{
66+
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
67+
},
68+
{
69+
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
70+
},
71+
{
72+
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
73+
}
74+
]
75+
}
76+

0 commit comments

Comments
 (0)