Spaces:
Build error
Build error
| { | |
| "name": "Telethon Music Bot", | |
| "description": "Music allow you to stream music trought the telegram voice chat feature Based on Telethon.", | |
| "keywords": ["Zaid", "Zaid-Vc-Player", "music", "voice chat", "telegram", "Yukki", "Yukki Music", "Private Music", "telethon"], | |
| "repository": "https://github.com/ITZ-ZAID/Telethon-Music", | |
| "stack": "container", | |
| "env": { | |
| "STRING_SESSION": { | |
| "description": "fill with the telethon session string from https://replit.com/@Itz-zaid/Generator", | |
| "required": true | |
| }, | |
| "SUPPORT": { | |
| "description": "Fill there your group username else leave", | |
| "required": false, | |
| "value": "TheSupportChat" | |
| }, | |
| "CHANNEL": { | |
| "description": "Fill there your Channel username else leave", | |
| "required": false, | |
| "value": "TheUpdatesChannel" | |
| }, | |
| "BOT_USERNAME": { | |
| "description": "Fill there your bot username", | |
| "required": false, | |
| "value": "Zaid2_Robot" | |
| }, | |
| "ASSISTANT_ID": { | |
| "description": "Go To @Zaid2_Robot Pm & Type /id", | |
| "required": false, | |
| "value": "1234567890" | |
| }, | |
| "BOT_TOKEN": { | |
| "description": "fill with your bot token get from @BotFather on telegram", | |
| "required": true, | |
| "value": "" | |
| } | |
| } | |
| } | |