This repository was archived by the owner on Nov 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathapp.json
More file actions
88 lines (88 loc) · 2.93 KB
/
app.json
File metadata and controls
88 lines (88 loc) · 2.93 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "Rio Music",
"logo": "https://telegra.ph/file/bec3b0efa1b3967164eaa.jpg",
"description": "Rio Music allow you to stream music trought the telegram voice chat feature.",
"keywords": ["music", "voice chat", "telegram"],
"repository": "https://github.com/RioProjectX/Rio-Music",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "fill with the pyrogram session string",
"required": true
},
"BOT_TOKEN": {
"description": "your bot token from @BotFather",
"required": true
},
"BOT_NAME": {
"description": "your music bot name.",
"required": false,
"value": ""
},
"BOT_USERNAME": {
"description": "fill with your bot username without @",
"required": true,
"value": "Username Bot Kamu Yang Dari Bot Father , Tanpa @"
},
"ASSISTANT_NAME": {
"description": "fill with the assistant username without @",
"required": true,
"value": "Nama Asisten Bot Kamu Gausah Pake @"
},
"BG_IMAGE": {
"description": "fill with your link costum background image",
"required": false,
"value": "poto untuk backgroup music"
},
"THUMB_IMG": {
"description": "fill with costum thumbnail image it's different with bg_image",
"required": false,
"value": "poto buat pencarian lagu"
},
"OWNER_NAME": {
"description": "fill with your username without @",
"required": false,
"value": "riio00"
},
"API_ID": {
"description": "your App ID from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "your Api hash from my.telegram.org/apps",
"required": true
},
"SUDO_USERS": {
"description": "list id untuk daftar anggota sudo (pisahkan dengan spasi).",
"required": true
},
"DURATION_LIMIT": {
"description": "max durasi untuk video yang diunduh (dalam menit).",
"required": true,
"value": "15"
},
"PMPERMIT": {
"description": "pm-permit for assistant.",
"required": false,
"value": "ENABLE"
},
"UPDATES_CHANNEL": {
"description": "isi dengan username channel kamu, jika tidak punya lewati saja",
"required": false,
"value": "riobotsupport"
},
"GROUP_SUPPORT": {
"description": "isi dengan username grup kamu, jika tidak punya skip saja",
"required": false,
"value": "riogroupsupport"
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "heroku/python"
}
]
}