forked from kustbots/frozenvcmusicbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
52 lines (50 loc) · 1.52 KB
/
app.json
File metadata and controls
52 lines (50 loc) · 1.52 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
{
"name": "Frozen Music Bot",
"description": "❄️ Frozen Music — Free Telegram VC music bot that runs on Render, Koyeb, Railway & Heroku easily!",
"repository": "https://github.com/prashantsahlot/frozenvcmusicbot",
"logo": "https://telegra.ph/file/d02b81736a7e9519c6386.jpg",
"keywords": ["telegram", "music", "bot", "vc", "python"],
"env": {
"API_HASH": {
"description": "Your Telegram API_HASH from https://my.telegram.org",
"required": true
},
"API_ID": {
"description": "Your Telegram API_ID from https://my.telegram.org",
"required": true
},
"ASSISTANT_SESSION": {
"description": "Pyrogram string session for assistant account",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram bot token from @BotFather",
"required": true
},
"OWNER_ID": {
"description": "Your Telegram user ID (integer, e.g. 123456789)",
"required": true
},
"MongoDB_url": {
"description": "MongoDB URL (can use Atlas or local Mongo)",
"required": true
},
"UPDATES_CHANNEL": {
"description": "Telegram channel link for bot updates (default: vibeshiftbots)",
"required": false
},
"SUPPORT_GROUP": {
"description": "Telegram support group link (default: Frozensupport1)",
"required": false
},
"START_ANIMATION": {
"description": "URL of the animation/video to show on /start command",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}