diff --git a/README.md b/README.md index 4fa8044..da77224 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/app.json b/app.json index 7289a80..c1a51b7 100644 --- a/app.json +++ b/app.json @@ -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",