-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathapp.json
More file actions
105 lines (105 loc) · 3.09 KB
/
app.json
File metadata and controls
105 lines (105 loc) · 3.09 KB
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
{
"name": "DemonSlayer WhatsApp Bot",
"description": "A WhatsApp bot with VIP features.",
"repository": "https://github.com/Fenixid-server/FENIX-A7",
"logo": "https://bit.ly/4kfeKbA",
"keywords": ["whatsapp", "bot", "automation", "vip"],
"env": {
"AUTO_LIKE_STATUS": {
"description": "Enable auto-like for status",
"value": "true"
},
"DOWNLOAD_MEDIA_STATUS": {
"description": "Enable download media",
"value": "true"
},
"SENSOR_NUMBER": {
"description": "Enable sensor number",
"value": "true"
},
"SEND_WELCOME_MESSAGE": {
"description": "Send welcome messages",
"value": "true"
},
"FENIX_ABOUT_TYPE": {
"description": "Set about type",
"value": "Programming"
},
"OWNER_NUMBER": {
"description": "Owner's phone number",
"value": "94773010580"
},
"USER_TIMEZONE": {
"description": "User timezone",
"value": "Asia/Colombo"
},
"FENIX_NAME": {
"description": "Name of the unknown save number ",
"value": "Unknown Friend"
},
"FENIX_WEL_1": {
"description": "contact push message 1",
"value": "Your Number Has Been Auto Saved🫠"
},
"FENIX_WEL_2": {
"description": "contact push message 2",
"value": "Save And Alert Me If Save 🌹"
},
"FENIX_WEL_3": {
"description": "contact push message 3",
"value": "Save and Alert me✅"
},
"AUTO_DETECT_1": {
"description": "Status motion push message 1",
"value": "heyyy 😸"
},
"AUTO_DETECT_2": {
"description": "Status motion push message 2",
"value": "ඔයගෙ නම්බරෙ ගත්තෙ ස්ටෙටස් එකකින් 🫠"
},
"BOT_NAME": {
"description": "Name of the bot",
"value": "FENX ID OWNER"
},
"BOT_AGE": {
"description": "Age of the bot",
"value": "26"
},
"BOT_LOCATION": {
"description": "Location of the bot",
"value": "SRILANKA"
},
"BOT_EMAIL": {
"description": "Email associated with the bot",
"value": "privateloginemails@gmail.com"
},
"RELAX_WISHES": {
"description": "Relaxation message",
"value": "Take a deep breath... 🌿"
},
"SEND_TRANSLATIONS": {
"description": "Comma-separated list of translations for sending messages",
"value": "send,envoyer,enviar,invia,senden,ส่ง,gửi,отправить,إرسال,发送,wysłać,Sent,Send,one,danna,ewnna,ewpm,ewn,එවන්න,ඔනෙ,ඔන,දාන්න,දම්,එවපං,දහම්,එවපන්,දපන්,දාපන්,දාපම්,ඔනා,ඔනේ,එවහන්,One,දෙන්නකො,ewan,dapanko,dapan"
},
"EMOJIS": {
"description": "Comma-separated list of emojis",
"value": "🌼,😂,🔥,🤍,🥰,😎,🪻,🎉,👑,🛒,🚀,💎,🌟,🧘♀️,🌈"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "eco"
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}