forked from XdKing2/star-xd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (62 loc) · 1.53 KB
/
app.json
File metadata and controls
62 lines (62 loc) · 1.53 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
{
"name": "sᴛᴀʀ xᴅ",
"description": "This is a bot for managing group commands and automating tasks.",
"repository": "https://github.com/XdKing2/star-xd",
"logo": "https://i.ibb.co/bjTC9sF5/malvin-xd.jpg",
"keywords": ["bot", "whatsapp", "whatsapp-bot", "automation"],
"success_url": "/",
"env": {
"BOT_NAME": {
"description": "Name of your bot",
"value": "sᴛᴀʀ xᴅ",
"required": true
},
"OWNER_NAME": {
"description": "Name of the bot owner",
"value": "ᴍᴀʟᴠɪɴ ᴋɪɴɢ",
"required": true
},
"OWNER_NUMBER": {
"description": "Owner's phone number with country code",
"value": "1234567890",
"required": true
},
"SESSION_ID": {
"description": "Session ID for the bot",
"value": "add ur session id here",
"required": true
},
"TIMEZONE": {
"description": "Your timezone",
"value": "Africa/Harare",
"required": true
},
"MODE": {
"description": "Bot operation mode",
"value": "public",
"required": true
},
"GIPHY_API_KEY": {
"description": "Giphy API key",
"value": "qnl7ssQChTdPjsKta2Ax2LMaGXz303tq",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
}
}