|
| 1 | +{ |
| 2 | + "name": "VCPlayBot", |
| 3 | + "logo": "https://telegra.ph/file/7ffa8d18b9b7f1b51a81e.jpg", |
| 4 | + "description": "Open-Source bot to play songs in your Telegram's Group Voice Chat. Powered by PyTgCalls.", |
| 5 | + "keywords": ["music", "voicechat", "telegram"], |
| 6 | + "repository": "https://github.com/QueenArzoo/VCPlayBot", |
| 7 | + "stack": "container", |
| 8 | + "buildpacks": [ |
| 9 | + { |
| 10 | + "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" |
| 11 | + } |
| 12 | + ], |
| 13 | + "env": { |
| 14 | + "SESSION_NAME": { |
| 15 | + "description": "Pyrogram session string", |
| 16 | + "required": true |
| 17 | + }, |
| 18 | + "BOT_TOKEN": { |
| 19 | + "description": "A bot token from @BotFather", |
| 20 | + "required": true |
| 21 | + }, |
| 22 | + "BOT_USERNAME": { |
| 23 | + "description": "Your bot's username without @", |
| 24 | + "required": true |
| 25 | + }, |
| 26 | + "BOT_NAME": { |
| 27 | + "description": "Your MusicPlayer Bot Name.", |
| 28 | + "required": false, |
| 29 | + "value": "" |
| 30 | + }, |
| 31 | + "SUPPORT_GROUP": { |
| 32 | + "description": "Your MusicPlayer support group without @ [Leave this if you don't have one]", |
| 33 | + "required": false, |
| 34 | + "value": "AwesomeSupport" |
| 35 | + }, |
| 36 | + "PROJECT_NAME": { |
| 37 | + "description": "Your MusicPlayer project Name.", |
| 38 | + "required": false, |
| 39 | + "value": "VCPlayBot2.0" |
| 40 | + }, |
| 41 | + "ASSISTANT_NAME": { |
| 42 | + "description": "Your MusicPlayer's assistant Username without @.", |
| 43 | + "required": true |
| 44 | + }, |
| 45 | + "ARQ_API_KEY": { |
| 46 | + "description": "Get from @ARQRobot.", |
| 47 | + "required": false, |
| 48 | + "value": "VKSSQH-SRNJYZ-MSOJAI-QALESR-ARQ" |
| 49 | + }, |
| 50 | + "BG_IMAGE": { |
| 51 | + "description": "BG image of bot (Use transparent one) [IGNORE].", |
| 52 | + "required": false, |
| 53 | + "value": "https://telegra.ph/file/9b13ea3ce046a1a5c8098.png" |
| 54 | + }, |
| 55 | + "UPDATES_CHANNEL": { |
| 56 | + "description": "Updates Channel without @ [Leave this if you don't have one].", |
| 57 | + "required": false, |
| 58 | + "value": "LaylaList" |
| 59 | + }, |
| 60 | + "API_ID": { |
| 61 | + "description": "App ID from my.telegram.org/apps", |
| 62 | + "required": true |
| 63 | + }, |
| 64 | + "PMPERMIT": { |
| 65 | + "description": "Change to turn off", |
| 66 | + "required": false, |
| 67 | + "value": "ENABLE" |
| 68 | + }, |
| 69 | + "API_HASH": { |
| 70 | + "description": "App hash from my.telegram.org/apps", |
| 71 | + "required": true |
| 72 | + }, |
| 73 | + "SUDO_USERS": { |
| 74 | + "description": "List of user IDs counted as admin everywhere (separated by space).", |
| 75 | + "required": true |
| 76 | + }, |
| 77 | + "DURATION_LIMIT": { |
| 78 | + "description": "Max audio duration limit for downloads (minutes).", |
| 79 | + "required": true, |
| 80 | + "value": "15" |
| 81 | + } |
| 82 | + } |
| 83 | +} |
0 commit comments