forked from Cytrak/KING-VAJIRA-M
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
126 lines (126 loc) · 5.08 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
122
123
124
125
126
{
"name": "KING-VAJIRA-MD",
"description": "A Whatsapp md bot built By Naveed to make experience better",
"logo": "https://telegra.ph/file/09ab24679fb3a297a8905.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "King-Two", "KING-MD", "KING","king-Bot","theme bot","multi device","baileys"],
"success_url": "/",
"stack": "container",
"env": {
"OWNER_NAME": {
"description": "OWNER NAME",
"value": "VAJIRA RATHNAYAKA"
},
"ALIVE_MESSAGE": {
"description": "Alive message for bot",
"required" :false
},
"AUTO_READ_STATUS": {
"description": "Fill the value true if you want bot view your Statuses./ ඔටො ඉස්ටෙටස් සීන් කරන්න ඔනිනම් true/false දමන්න",
"required" :false,
"value": "false"
},
"HEROKU_API_KEY": {
"description": "Put HEROKU API KEY/ හෙරෝකු සෙටිංස් වෙත ගොස් හෙරෝකු Api එක මෙතනට දමන්න",
"required" :true
},
"HEROKU_APP_NAME": {
"description": "Put HEROKU APP NAME same as above./ මුලින්ම දැමු නම නැවත්තත් මෙතනට දමන්න(App name)",
"required" :true
},
"THUMB_IMAGE": {
"description": "Put Your Image Url for bot./ බොට්ට පින්තුරයක් දැමීමට ඔබෙ පින්තුරෙ url එක දමන්න",
"value": "https://telegra.ph/file/09ab24679fb3a297a8905.jpg"
},
"ANTI_BAD_WORD": {
"description": "Put words here. If you want it enabled in your bot otherwise leave it blank",
"required" :false
},
"ANTILINK_VALUES": {
"description": "Put words for antilink/ අනවශ්ය ලින්ක් දැමීමෙන වැලකීමට",
"value": "chat.whatsapp.com",
"required" :false
},
"FAKE_COUNTRY_CODE": {
"description": "Put the Country Code Name without +/ වියාජ රටෙහි කෝඩ් එක දමන්න",
"value": "212",
"required" :false
},
"ANTILINK_ACTION": {
"description": "Put action for antilink",
"value": "remove",
"required" :false
},
"LEVEL_UP_MESSAGE": {
"description": "Fill the value true if you want bot send Level up message in chat./ levelup මැසෙජ් එක ඔටො යැවීමට true/false",
"required" :false,
"value": "false"
},
"READ_MESSAGE": {
"description": "Fill the value true if you want bot to read all messages./ හැම මැසේජ් එකක්ම ඔටෝ සීන් කිරිමට true/false",
"required" :false,
"value": "true"
},
"DISABLE_PM": {
"description": "Disable bot in pm",
"value": "false",
"required" :false
},
"PREFIX": {
"description": "Enter your desired prefix for bot./ බොට්ග්ර කමාන්ඩ් එක(prefix)",
"value": "."
},
"OWNER_NUMBER": {
"description": "The phone numbers of the users who you want to be admin for the bot/ තමන්ගෙ නම්බ එක (should be in international format without + and multiple numbers must be separated by a comma \",\")",
"value": "94Xxxxxxxxxx"
},
"SESSION_ID": {
"description": "Please put your Session ID that u scanned from the bot.... If u haven't scanned go to KING-MD Github Repo U can find the Scanner Option"
},
"OPENAI_API_KEY": {
"description": "Please put your OPENAI api key here.Get it from beta.openai.com(optional if u don't wan't then don't put it ",
"value": "ADD A OPEN AI KEY",
"required" :false
},
"MONGODB_URI": {
"description": "A secret String for Mongodb Connection.(Required),change for better experience",
"value": "mongodb://uwrr2obvrb4kbwnrvimy:rbgieh8nfk7EylXCh2D@byg4ii8uzy5rro8bcdfu-mongodb.services.clever-cloud.com:2008/byg4ii8uzy5rro8bcdfu"
},
"THEME": {
"description": "Don't Change . No Need To Change Only Avilable King-Vajira-Md./ මෙය වෙනස් කරන්න එපා",
"value": "KING-VAJIRA-MD"
},
"WORKTYPE": {
"description": "Worktype of your bot. Use public or private, if it is private then only bot number can use it. If public then everyone can use it./ඔබට විතරක් වැඩ කිරිමට private ලෙස හැමෝටම වැඩ කිරීමට public ලෙස දමන්න",
"value": "public"
},
"AUTO_REACTION": {
"description": "Reacts emoji to all commands./ හැම මැසෙජ් එකකටම ඔටො රියැක්ශන් එකක් වැටීමට true/false",
"value": "false",
"required": false
},
"PACK_AUTHER": {
"description": "PUT STICKER AUTHOR NAME",
"value": "vajira"
},
"PACK_NAME": {
"description": "PUT STICKER PACK NAME",
"value": "king-vajira-md"
},
"heroku": {
"description": "Weather it is on heroku or not",
"value": "true",
"required": false
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}