Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madboy482 authored Jul 24, 2021
1 parent 2484d88 commit da935d6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "VCBot",
"description": "Just another Telegram VCBot, to stream songs in VC",
"name": "Tesla MusicBot",
"description": "Telegram VoiceChat Bot, Written In Python Using Pytgcalls & Pyrogram.",
"keywords": [
"telegram",
"vc bot"
"MusicBot"
],
"repository": "https://github.com/xditya/VCBot/",
"success_url": "https://t.me/BotzHub",
"logo": "https://imgur.com/HYdV6PJ.png",
"repository": "https://github.com/MadBoy-X/MusicBot/",
"success_url": "https://github.com/MadBoy-X/MusicBot/",
"stack": "container",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org!l",
"description": "Get this value from my.telegram.org !",
"value": "",
"required": true
},
"API_HASH": {
"description": "Get this value from my.telegram.org!",
"description": "Get this value from my.telegram.org !",
"value": "",
"required": true
},
"SESSION": {
"description": "A pyrogram session, get this value by running python3 sessiongen.py locally.",
"description": "A pyrogram session, Get it from here https://replit.com/@madboy482/Pyrogram-Session or get it by running python3 sessiongen.py locally.",
"value": "",
"required": true
},
Expand All @@ -41,4 +42,4 @@
"size": "free"
}
}
}
}

0 comments on commit da935d6

Please sign in to comment.