-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
34 lines (33 loc) · 1.15 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
{
"name": "TOXIC-USERBOT",
"description": "An first Telegram Userbot with multi Clients for Spamming or Mass.",
"keywords": ["pyrogram", "userbot"],
"repository": "https://github.com/TOXIC-BOY-OP/HOST-USERBOT",
"stack": "container",
"env": {
"STRING_SESSION1": {
"description": "fill with the telethon session string from https://replit.com/@Itz-zaid/Generator",
"required": true
},
"MONGO_URL": {
"description": "Fill there an mongo database from mongodb.com",
"required": true,
"value": ""
},
"SUDO_USERS": {
"description": "Fill there your I'd go to @Zaid2_Robot pm and type /id",
"required": true,
"value": "1234567890 1234567890"
},
"OWNER_ID": {6109531260
"description": "Fill there your I'd go to @Zaid2_Robot pm and type /id",
"required": true,
"value": "6109531260"
},
"BOT_TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
}
}
}