forked from shamilhabeebnelli/song-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
45 lines (43 loc) · 1.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
42
43
44
45
{
"name": "Song-Bot",
"description": "A Modular telegram song bot.",
"repository": "https://github.com/frencymontana/Song-Bot",
"keywords": [
"telegram bot",
"pyrogram"
],
"env": {
"APP_ID": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org",
"value": ""
},
"OWNER": {
"description": "Your username without @.",
"value": "denzard10"
},
"START_MSG": {
"description": "Start Message of BoT",
"value": "<b>Hi {},\nIam A Simple Youtube to Mp3 Downloader Bot,</b>\n\nSend me Any Songs name with /song command"
},
"START_IMG": {
"description": "Start Message's Photo.",
"value": "https://telegra.ph/file/2a35fca576aa49de77c98.jpg"
},
"BOT_TOKEN": {
"description": "ID of the message to edit.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "heroku/python"
}
]
}