-
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathapp.json
More file actions
71 lines (71 loc) · 1.84 KB
/
app.json
File metadata and controls
71 lines (71 loc) · 1.84 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "HellMusic",
"description": "A telegram voice chat music player bot by The-Hellbot, coded in python using Pyrogram and PyTgCalls",
"logo": "https://te.legra.ph/file/7decf235312af8536e9aa.jpg",
"keywords": [
"telegram",
"musicbot",
"python",
"pyrogram",
"pytgcalls",
"hellbot",
"modular",
"productivity",
"music",
"hellbot"
],
"repository": "https://github.com/The-HellBot/HellMusic/",
"env": {
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"BOT_NAME": {
"description": "Name of bot to display on Thumbnail. Don't use fancy texts. Use plain text only.",
"value": "@Music_HellBot"
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and paste the bot token here.",
"value": ""
},
"DATABASE_URL": {
"description": "Paste the mongodb url.",
"value": ""
},
"LOGGER_ID": {
"description": "Channel/group id to log error/info messages.",
"value": ""
},
"OWNER_ID": {
"description": "Your telegram user id.",
"value": ""
},
"HELLBOT_SESSION": {
"description": "Paste pyrogram session string.",
"value": ""
},
"HEROKU_API": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API. Required for updater to work.",
"value": ""
},
"HEROKU_APP": {
"description": "The Value of App Name you filled in right on top. Required for updater to work.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/HellBoy-OP/heroku-buildpack-nodejs"
},
{
"url": "heroku/python"
}
]
}