-
Notifications
You must be signed in to change notification settings - Fork 201
/
Copy pathapp.json
91 lines (91 loc) · 2.96 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
{
"name": "Phoenix-MD",
"version": "0.0.1",
"description": "A Simple But Advanced WhatsApp Bot",
"logo": "https://i.imgur.com/T78fhJk.jpeg",
"keywords": ["whatsapp", "bot", "md", "multi-device", "Phoenix", "Phoenix-MD", "wabot", "termux-bot", "sc-bot", "plugins", "AbhishekSuresh", "Whatsapp-bot-md"],
"repository": "https://github.com/AbhishekSuresh2/Phoenix-Bot",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Enter Your Session ID",
"required": true
},
"PREFIX": {
"description": "Enter Prefix For Commands",
"required": false,
"value": "."
},
"SUDO": {
"description": "Enter Numbers With Country Code Without + Separated With , To Add More Numbers",
"required": false,
"value": "919074692450, 918157993101"
},
"BOT_INFO": {
"description": "Enter Your Bot Info",
"required": false,
"value": "ᴘʜᴏᴇɴɪx-ᴍᴅ;ᴀʙʜɪꜱʜᴇᴋ ꜱᴜʀᴇꜱʜ;919074692450;https://i.ibb.co/tHWJrz3/IMG-20231128-WA0005.jpg"
},
"STICKER_DATA": {
"description": "Enter Your Sticker PackName And Author Name",
"required": false,
"value": "🎯ᴘʜᴏᴇɴɪx-ᴍᴅ;ᴀʙʜɪꜱʜᴇᴋ ꜱᴜʀᴇꜱʜ☘️"
},
"AUDIO_DATA": {
"description": "Enter Your Audio Data",
"required": false,
"value": "Phoenix-MD;Abhishek Suresh;https://graph.org/file/8976892f2f615077b48cd.jpg"
},
"START_MSG": {
"description": "If You Want To Get Started Message Type true. Otherwise, Type false",
"required": false,
"value": "true"
},
"ERRIR_MSG": {
"description": "If You Want To Get Error Message Type true. Otherwise, Type false",
"required": false,
"value": "true"
},
"BOT_NAME": {
"description": "Enter Your Bot Name",
"required": false,
"value": "Phoenix-MD"
},
"MODE": {
"description": "Enter Your Mode Type public For Public Otherwise Type private",
"required": false,
"value": "public"
},
"HEROKU_APP_NAME": {
"description": "Enter Your Heroku App Name Same As Above You Entered",
"required": true
},
"HEROKU_API_KEY": {
"description": "Enter Your Heroku Account Api Key. Get It From https://dashboard.heroku.com/account",
"required": true
},
"AUTO_REACT": {
"description": "If You Want To React Automatically To Messages Type true. Otherwise, Type false",
"value": "false",
"required": false
},
"AUTO_READ_MSG": {
"description": "If You Want To Read Messages Automatically Type true. Otherwise, Type false",
"value": "false",
"required": false
},
"AUTO_STATUS_VIEW": {
"description": "If You Want To View Status Automatically, Type true. Otherwise, Type false",
"required": false,
"value": "false"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}