-
Notifications
You must be signed in to change notification settings - Fork 130
/
app.json
111 lines (109 loc) · 3.94 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
{
"name": "Vajita-Md By Vajira Tech Yt",
"description": "A Whatsapp bot built in NodeJs to make experience better\n\t if Any Problem : www.youtube.com/c/SuhailTechInfo",
"logo": "https://telegra.ph/file/fb7993e24f7ecdaecbed5.jpg",
"keywords": ["whatsappbot", "vajiraMd", "vajira Md Wa bot", "Vajira-Md", "VajiraMdWhatsaooBot", "VajiraWaBot","VajiraMD","Vajira Md Whatsapp Bot","multi device"],
"success_url": "/",
"stack": "container",
"env": {
"OWNER_NAME": {
"description": "Name of Bot Owner/ අයිතිකාරයගෙ නම",
"value": "Vajira Tech Info",
"required" :true
},
"HEROKU_API_KEY": {
"description": "Put Your Heroku Api Key Here/ Heroku api key එක ඇතුලත් කරන්න",
"value": "",
"required" :true
},
"HEROKU_APP_NAME": {
"description": "Put Your Heroku App Name Here/ ඉහත දැමු app නම නැවත දමන්න",
"value": "",
"required" :false
},
"LEVEL_UP_MESSAGE": {
"description": "Fill the value true if you want bot send Level up message in chat.",
"required" :false,
"value": "true"
},
"WAPRESENCE": {
"description": "Fill the value: 'unavailable'(nothing) | 'available'(alwaysonline) | 'composing'(typing) | 'recording' | 'paused' ",
"required" :false,
"value": "unavailable"
},
"AUTO_READ_STATUS": {
"description": "Fill the value true if you want bot view your Statuses.",
"required" :false,
"value": "false"
},
"MSGS_IN_LOG": {
"description": "Fill the value true if you want to see Messages in Console.",
"required" :false,
"value": "false"
},
"READ_MESSAGE": {
"description": "Fill the value true if you want bot to read all messages.",
"required" :false,
"value": "false"
},
"DISABLE_PM": {
"description": "Disable bot in pm, Take it false if you wanna run bot in your pm",
"value": "",
"required" :false
},
"ALWAYS_ONLINE": {
"description": "Take it 'true' if you wanna show Always Onlline",
"value": "false",
"required" :false
},
"PREFIX": {
"description": "Enter your desired prefix for bot.",
"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": "94766943622"
},
"SESSION_ID": {
"description": "Please put your SESSION_ID here,if you don't have visit\nhttps://replit.com/@VajiraRathnayak/KING-VAJIRA-MD?v=1"
},
"OPENAI_API_KEY": {
"description": "Please put your OPENAI api key here.Get it from beta.openai.com ",
"value": "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",
"required" :false
},
"REMOVE_BG_KEY": {
"description": "Please put your REMOVE BG KEY here.Get it from removeBg.com ",
"value": "9L35hT7pWYXHgWjVZpkc5scp",
"required" :false
},
"MONGODB_URI": {
"description": "Put your own Mongodb key. Its a secret String for Mongodb Connection.(Required)",
"value": "mongodb+srv://vajira:vajira@cluster0.hzwqrqq.mongodb.net/?retryWrites=true&w=majority"
},
"MODE": {
"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.",
"value": "public"
},
"AUTO_REACTION": {
"description": "Available option : cmd(react only cmds) | all (all emojis) | true (facial + hearts emojies) ",
"value": "false",
"required": false
},
"PACK_NAME": {
"description": "Put Sticker Pack_Name/ Sticker pack එකට කැමති නමක් ඇතුලත් කරන්න.",
"value": "VAJIRA",
"required": false
},
"PACK_AUTHER": {
"description": "Put Sticker Author_Name/ බොට් අයිතිකාරයගෙ නම ඇතුලත් කරන්න.",
"value": "",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}