-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
56 lines (56 loc) · 1.55 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Memehub Bot",
"description": "Multi Function Pm Bot",
"repository": "https://github.com/Gishankrishka2/MultiPm",
"logo": "https://telegra.ph/file/9f271ad6d291dac311b7d.jpg",
"keywords": ["pyrogram",
"pyro",
"telegram",
"telebot"],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": ""
},
"MONGO_URI": {
"description": "mongo URL, Get it from mongodb.com",
"value": ""
},
"FSUB": {
"description": "Force Sub Channel Username Without '@'",
"value": "AlphaTM_Botz"
},
"OWNER_ID": {
"description": "Ur Telegram Id",
"value": "1884885842"
},
"START_STRING": {
"description": "Start Message '{} {} These are required' ",
"value": "Hi {}, Welcome to {}'s Pm Bot."
},
"START_STICKER": {
"description": "Start Sticker Bot Api",
"value": ""
},
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps ",
"value": ""
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": ""
}
},
"stack": "heroku-20",
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}