forked from DASTAGHIR/PRINCEMD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
121 lines (121 loc) · 3.34 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
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
{
"name": "PRINCEMD",
"description": "whatsapp user bot",
"repository": "https://github.com/DASTAGHIR/PRINCEMD",
"logo": "https://qu.ax/igJFS.png",
"success_url": "https://github.com/DASTAGHIR/PRINCEMD",
"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": {
"OWNERS": {
"description": "put your Number as Owner",
"required": true,
"value": "923092668108;❣️DASTAGEER"
},
"MODE": {
"description": "mode public or private",
"required": true,
"value": "public"
},
"DATABASE_URL": {
"description": "put mongodb database url or prince bd",
"required": false,
"value": ""
},
"PREFIX": {
"description": "put any one symbol here except @ and + , leave it Blank if you want to use multiple prefix",
"required": false,
"value": ""
},
"antidelete": {
"description": "bot will forward deleted messages if you make it true",
"required": false,
"value": "false"
},
"ANTI_LINK": {
"description": "make true false to ON/OFF antilink",
"required": false,
"value": "false"
},
"AUTOREAD": {
"description": "make true to auto check users messages",
"required": false,
"value": "false"
},
"AlwaysOnline": {
"description": "make true to keep bot always online",
"required": false,
"value": "false"
},
"VIEWONCE": {
"description": "make true if wanna get view once message",
"required": false,
"value": "false"
},
"STATUS_REPLY": {
"description": "Status reply true false to on off",
"required": false,
"value": "false"
},
"STATUS_MSG": {
"description": "Status reply msg",
"required": false,
"value": "Your Status has been seen by Prince bot"
},
"BOT_NAME": {
"description": "put your BOT a name",
"required": true,
"value": "PRINCE-MD"
},
"PACK_NAME": {
"description": "put your stickers pack name",
"required": false,
"value": "Princebot🎗️❣️"
},
"DL_MSG": {
"description": "Video downloader caption",
"required": true,
"value": "_📥-------- *DOWNLOADED SUCCESSFULLY* --------📥_"
},
"STATUSVIEW": {
"description": "make it true to auto view status and likes",
"required": false,
"value": "false"
},
"Status_Saver": {
"description": "make it true to auto save your contacts status",
"required": false,
"value": "false"
},
"REJECTSCALLS": {
"description": "make it true to reject calls",
"required": false,
"value": "false"
},
"AutoReaction": {
"description": "make it true to react on chats",
"required": false,
"value": "false"
},
"SESSION_ID": {
"description": "put your session ID here in the box below",
"required": true,
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/bogini/heroku-buildpack-graphicsmagick"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}