forked from Hypersir/Fidha-Mwol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
88 lines (88 loc) · 3.62 KB
/
Copy pathapp.json
File metadata and controls
88 lines (88 loc) · 3.62 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
{
"name": "Fidha-Mwol",
"description": "Fidha Mwol is the Modified Version of JulieMwol, Made By @Hypersir with Baileys.",
"logo": "https://i.imgur.com/4Oir08c.jpeg",
"keywords": ["whatsapp", "userbot", "fidha", "WhatsAsena", "mwol", "bot", "ai"],
"repository": "https://github.com/Hypersir/Fidha-Mwol",
"website": "https://github.com/Hypersir/Fidha-Mwol",
"success_url": "https://github.com/Hypersir/Fidha-Mwol",
"stack": "container",
"env": {
"FIDHA_SESSION": {
"description": "Type here yours Fidha Session.",
"required": true
},
"SUDO": {
"description": "Leave blank if you don't know how to use it! Sudo mode; Your number must be an international number. So you should have your number after the country code. Example: 9170xxxxxxxxx (Indian number +91)",
"required": false
},
"LANGUAGE": {
"description": "Bot language. Azerice => az, English => en, Türkçe => tr, Malayalam => ml, Hindi => HI, Indonesia => ID, Español => ES, Portuguese => pt, Russian => ru",
"required": true,
"value": "en"
},
"ANTİ_LİNK": {
"description": "Link Blocking system. If someone sends WhatsApp groups links or other links to a group, it will be removing in the sended person in group.",
"required": true,
"value": "false"
},
"AUTO_BIO": {
"description": "Set true for auto date, time in biography.",
"required": true,
"value": "false"
},
"HANDLERS": {
"description": "For commands.",
"required": true,
"value": "^[.!,]"
},
"TALKING_PINKY": {
"description": "Turn your account into a chatbot!",
"required": true,
"value": "false"
},
"ALL_CAPTION": {
"description": "Type here yours caption. Caption for images and videos generated by Fidha bot",
"required": false,
"value": "Ғɪᴅʜᴀ Ꮇᴡᴏʟ"
},
"HEROKU": {
"description": "If it is running in Heroku, type true.",
"required": true,
"value": "true"
},
"HEROKU_API_KEY": {
"description": "Enter your heroku api key [ You can get it from here : https://dashboard.heroku.com/account Scroll down to end, click reveal button & Copy the API KEY ].",
"required": true
},
"BOT_NAME": {
"description": "Type here yours bot name. Heading for .help command reply",
"required": false,
"value": "Ғɪᴅʜᴀ Ꮇᴡᴏʟ"
},
"WORK_TYPE": {
"description": "FidhaMwol Working Type. If you use “public”, everyone can use the bot. Else if you use “private”, only you can use your bot.",
"required": true,
"value": "public"
},
"HEROKU_APP_NAME": {
"description": "Re-Enter the heroku app name. [ Same name which you have entered on 'app-name' ( above )].",
"required": true
},
"REMOVE_BG_API_KEY": {
"description": "Removes the background of the photos. https://remove.bg",
"required": false
},
"ALIVE_MESSAGE": {
"description": "Customizable Alive Message! Use => default, to change back.",
"required": false,
"value": "\n ```I Am Alive !!!```\n\n```Coded by Hyper Sir```"
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpacks": [{
"url": "heroku-community/apt"
}]
}