forked from MsGsuite/CloneBot_Heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
25 lines (25 loc) · 886 Bytes
/
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
{
"name": "CloneBot",
"description": "CloneBot",
"repository": "https://github.com/aishik2005/CloneBot",
"keywords": ["Gclone","TG"],
"repository": "https://github.com/aishik2005/CloneBot",
"website": "https://t.me/msgsuitechat",
"success_url": "https://github.com/aishik2005/CloneBot/blob/master/README.md",
"env": {
"telegram_token": {
"description": "Get from Telegram @Botfather."
},
"user_ids": {
"description": "Your user id. (If you want to add more than 1 User, give IDs seperated by ',').The First user is the Admin"
},
"group_ids": {
"description": "Create a Super Group(s) and add ID Here. Add -1 if you don't want to add a group.(If More than 1 group Give IDs seperated by ',')"
},
"gclone_para_override": {
"description": "Leave this if you don't know how to use it",
"required": false
}
},
"stack": "container"
}