-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathapp.json
More file actions
30 lines (30 loc) · 882 Bytes
/
app.json
File metadata and controls
30 lines (30 loc) · 882 Bytes
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
{
"name": "AnonymousChatBot",
"description": "Simple Chat Bot In English.",
"repository": "https://github.com/Achu2234/AnonymousChatBot",
"env": {
"TOKEN": {
"description": "Get it on @botfather",
"value": ""
},
"OWNER": {
"description": "Fill in your username without the sign @",
"value": "AmiFutami"
},
"GROUP": {
"description": "Fill it with your group username without the @ sign, if you don't have it, don't fill it in",
"required": false,
"value": "SafoTheBot"
},
"BOT_NAME": {
"description": "Fill in the name of your bot",
"required": false,
"value": "Anonymous ChatBot"
},
"CHANNEL": {
"description": "Fill it with your channel username without the @ sign, if you don't have it, don't fill it in",
"required": false,
"value": "AsmSafone"
}
}
}