forked from TharukRenuja/MissRaya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
41 lines (41 loc) · 2.22 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": "MissRaya",
"logo": "https://telegra.ph/file/c34ea5555a31864d1dd8d.jpg",
"description": "A Simple Group Manager Bot using Pyrogram, Telethon. Specially This is working with firebase database.",
"keywords": [
"telegram",
"goup-manger",
"slbots",
"missraya",
"bot"
],
"website": "https://github.com/TharukRenuja/MissRaya",
"repository": "https://github.com/TharukRenuja/MissRaya",
"env": {
"BOT_TOKEN": {"description": "Your Bot Token", "required": true},
"API_ID": {"description": "Your APP ID (You can get this value from my.telegram.org)", "required": true},
"API_HASH": {"description": "Your API Hash (You can get this value from my.telegram.org)", "required": true},
"FDBURL": {"description": "Your Firebase DataBase Url. (You can get this value from console.firebase.google.com)", "required": true},
"LOG_CHNL": {"description": "Your Log Channel Id start with -100. (Make sure bot is admin in channel)", "required": true},
"BOT_USERNAME": {"description": "Enter BOT USERNAME without @", "required": true},
"WELCOME_TEXT": {"description": "Enter BOT Welcome Text Message.", "required": false},
"RULES_TXT": {"description": "Enter BOT Rules Text Message.", "required": false},
"INLINE_THUMB": {"description": "Enter BOT Inline Thumbnail link. Upload your image to telegra.ph & put link here.", "required": false},
"INLINE_ABOUT_TITLE": {"description": "Enter Inline About Title", "required": false},
"INLINE_ABOUT_THUMB": {"description": "Enter Inline About Thumbnail. Upload your image to telegra.ph & put link here.", "required": false},
"INLINE_ABOUT_DES": {"description": "Enter Inline About Description.", "required": false},
"INLINE_ABOUT_MSG": {"description": "Enter Inline About Message", "required": false},
"ABOUT_MSG": {"description": "Enter BOT About Message", "required": false},
"ENV": {"description": "Set this to ANYTHING","value": "ANYTHING"}
},
"buildpacks": [
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-20"
}