-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
41 lines (41 loc) · 1.08 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
{
"name": "Rika",
"description": "A Telegram Chat bot made using Pyrogram and Python",
"repository": "https://github.com/TharukRenuja/Amanda-Chat",
"logo": "https://telegra.ph/file/e530915f31b82f0f35c34.jpg",
"keywords": [
"python3",
"telegram",
"bot",
"telegram-chat-bot",
"pyrogram"
],
"env": {
"TOKEN": {
"description": "Obtain a Telegram bot token by contacting @BotFather",
"required": true
},
"HASH": {
"description": "API hash.",
"required": true
},
"ID": {
"description": "API ID.",
"required": true
},
"ARQ_API_BASE_URL": {
"description": "Don't change this value",
"value": "https://thearq.tech",
"required": true
},
"ARQ_API_KEY": {
"description": "Get this from @ARQRobot.",
"required": true
},
"LANGUAGE": {
"description": "Language aff",
"value": "en",
"required": true
}
}
}