forked from Hevrji/all-in-work-final
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
28 lines (26 loc) · 789 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
26
27
28
{
"name": "Allinonebot",
"description": "ALLINONEBOT",
"repository": "https://github.com/pjvip/all-in-work-final",
"keywords": [
"telegram bot",
"pyrogram"
],
"env": {
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps",
"value": "10551685",
"required": true
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": "477dff815fdc7cba803c1bc02c459d03",
"required": true
},
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": "6400468647:AAHd3WGvsIQWg47kBijOuxE1aM_8H1WUuFI",
"required": true
}
}
}