Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It's made with [PyTgCalls](https://github.com/pytgcalls/pytgcalls) and [Pyrogram
- `API_ID`
- `API_HASH`
- `SESSION` - A Pyrogram String Session. Get one from [Here](https://replit.com/@ZauteKm/GenerateStringSession)
- `HNDLR` - Your Userbot Handler (Default is !)
- `HNDLR` - Your Userbot Handler (Default is /)
- `GROUP_MODE` - if Value is set to `True`, Anyone can Play. Set it to `False` to restrict play access to Sudo Users/Contacts only.

## Deployment
Expand All @@ -32,7 +32,7 @@ sudo apt-get install youtube-dl -y

3) Cloning the Repo
```bash
git clone https://github.com/lushaimusic/vc-userbot
git clone https://github.com/sufiansrk10/vc-userbot
cd vc-userbot
```

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"VCBot",
"MusicPlayer"
],
"repository": "https://github.com/lushaimusic/vc-userbot",
"repository": "https://github.com/Sufiansrk10/vc-userbot",
"env": {
"SESSION": {
"description": "Pyrogram String Session. Get from https://replit.com/@ZauteKm/GenerateStringSession",
Expand Down