-
Notifications
You must be signed in to change notification settings - Fork 37
/
app.json
43 lines (43 loc) · 1.33 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
{
"name": "AutoProtecc Userbot",
"description": "It will autoprotecc waifus, servants or husbandos.",
"repository": "https://github.com/zYxDevs/AutoProtecc-Userbot",
"keywords": [
"python",
"pyrogram",
"auto",
"waifu",
"Autowaifu",
"servant",
"Autoservant",
"husbando",
"Autohusbando",
"protecc",
"autoprotecc"
],
"website": "https://t.me/AutoProtecc",
"logo": "https://telegra.ph/file/ad370fb4d879fd29a9489.jpg",
"env": {
"APP_ID": {
"description": "Get thid value from my.telegram.org"
},
"API_HASH": {
"description": "Get this value from my.telegram.org"
},
"STRING_SESSION": {
"description": "Get this from https://replit.com/@YogaPranata1/PyroStringGen"
},
"CHATS":{
"description": "List chat where you want use the bot, separate by space.",
"value": "-100727828161"
},
"BOT_LIST":{
"description": "List id of bot for trigger autoprotecc, separate by space.",
"value": "792028928 1232515770 1964681186"
},
"DELAY": {
"description": "time delay in seconds so that it does not seep suspecious. Default = 5s",
"value": "5"
}
}
}