forked from yusufusta/WhatsAsena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
73 lines (73 loc) · 2.55 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
{
"name": "WhatsAsena",
"description": "WhatsAsena project - Makes it easy and fun to use Whatsapp.",
"logo": "https://i.hizliresim.com/6Bbj7i.jpg",
"keywords": ["whatsapp", "userbot", "Asena", "Charlie_Jin],
"repository": "https://github.com/Quiec/WhatsAsena",
"website": "https://quiec.tech",
"success_url": "https://t.me/AsenaSupport",
"stack": "container",
"env": {
"ASENA_SESSION": {
"description": "Special session code you created with Qr.Js",
"required": true
},
"SUDO": {
"description": "Sudo mode; Your number must be an international number. So you should have your number after the country code. Example: 91706xxxxxxx (INDIAN Number +91, ie 91)",
"required": false
},
"LANGUAGE": {
"description": "Bot language. Azerice => az, English => en, Türkçe => tr, Malayalam => ml, Hindi => HI, Indonesia => IN, Español => ES",
"required": true,
"value": "en"
},
"HANDLERS": {
"description": "Handlers for Commands.",
"required": true,
"value": "^[.!;]"
},
"SEND_READ": {
"description": "Give value as true if you want to omit seen",
"required": true,
"value": "true"
},
"HEROKU": {
"description": "Leave it as true for Heroku users.",
"required": true,
"value": "true"
},
"HEROKU_API_KEY": {
"description": "Heroku API Key, get it from https://dashboard.heroku.com/account",
"required": true
},
"HEROKU_APP_NAME": {
"description": "Heroku APP Name.",
"required": true
},
"DEBUG": {
"description": "Enable Developer Mode.",
"required": true,
"value": "false"
},
"REMOVE_BG_API_KEY": {
"description": "To Remove background of a picture. Get it from https://remove.bg",
"required": false
},
"NO_ONLINE": {
"description": "Leave it as TRUE if you dont want to show Online.",
"required": false,
"value": "true"
},
"COFFEEHOUSE_API_KEY": {
"description": "CoffeeHouse API Key. Need for Lydia. https://coffeehouse.intellivoid.net/",
"required": false,
"value": "true"
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
}]
}