forked from DASTAGHIR/PRINCEAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
126 lines (126 loc) · 4.11 KB
/
app.json
File metadata and controls
126 lines (126 loc) · 4.11 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "PRINCEAI",
"description": "whatsapp user bot",
"repository": "https://github.com/DASTAGHIR/PRINCEAI",
"logo": "https://qu.ax/lwgPL.jpg",
"success_url": "https://github.com/DASTAGHIR/PRINCEAI",
"keywords": [
"nodejs", "heroku", "bot", "urdu", "english", "indonesian", "arab", "portuguese", "italian", "french", "whatsapp",
"termux", "superbot", "multi-device", "md", "official", "javascript", "princebot"
],
"image": "heroku/nodejs",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "put your session ID here in the box below",
"required": true,
"value": ""
},
"BOT_NAME": {
"description": "put your BOT a name",
"required": true,
"value": "PRINCE-BOT"
},
"OWNER_NUMBER": {
"description": "put your Number and name for Owner",
"required": true,
"value": "6281220527432,Prince♥️The Developer"
},
"MODE": {
"description": "choose bot mode public or private",
"required": true,
"value": "public"
},
"PREFIX": {
"description": "put any one symbol here leave it Blank if you want to use multiple prefix",
"required": false,
"value": ""
},
"antidelete": {
"description": "Set 'private' to forward deleted messages only from private chats, 'all' to forward from both private and group chats, or 'false' to disable this feature.",
"required": false,
"value": "all"
},
"DATABASE_URL": {
"description": "put mongodb or postgres or princedb database url for bots better performance",
"required": false,
"value": ""
},
"ANTI_LINK": {
"description": "it will dlt links and kick user",
"required": false,
"value": "true"
},
"AutoReaction": {
"description": "make it true to react on chats",
"required": false,
"value": "false"
},
"VAR_APP": {
"description": "put same app name you entered above",
"required": true,
"value": ""
},
"VAR_KEY": {
"description": "put heroku key click on accounts scroll down copy that key past here",
"required": true,
"value": ""
},
"STATUSVIEW": {
"description": "make it true to auto view status and likes",
"required": false,
"value": "true"
},
"StatusEmojies": {
"description": "Add your favorites emojies for status likes",
"required": false,
"value": "♥️,🤗,❤️,💞,❣️,💙,💛,🤍,💚,😍,🥰,💝,💖,💗,💓,💞,💕,❣️,💘,💟,🖤,🤎,💜,💫,🌸"
},
"STATUS_MSG": {
"description": "Status reply msg",
"required": false,
"value": "Your Status has been seen by Prince bot"
},
"REJECTSCALLS": {
"description": "reject calls",
"required": false,
"value": "false"
},
"CALLMSG": {
"description": "Call msg for reject calls",
"required": false,
"value": "For now calls are restricted by my owner"
},
"ANTIFAKE_USERS": {
"description": "Add numbers to a variable. The bot will remove users from the group for these numbers. If a number isn’t in the variable, the bot will not take any action. To target all numbers, use this format: 1,2,3,4,5,6,7,8,9. ",
"required": false,
"value": "1,212,63,44"
},
"AUTO_APPROVE_USERS": {
"description": "Add numbers to a variable. The bot will approve group join requests for these numbers. If a number isn’t in the variable, the bot will reject the request. To allow all numbers, use this format: 1,2,3,4,5,6,7,8,9.",
"required": false,
"value": "92,880"
},
"PACK_NAME": {
"description": "put your stickers pack name",
"required": false,
"value": "Prince♥️"
},
"DL_MSG": {
"description": "Video downloader caption",
"required": true,
"value": "_*📥DOWNLOADED SUCCESSFULLY✅*_"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/bogini/heroku-buildpack-graphicsmagick"
},
{
"url": "https://github.com/heroku/heroku-buildpack-activestorage-preview"
}
]
}