From a71c8cf275e04af370ff34f7b6db04e3f37ee9e2 Mon Sep 17 00:00:00 2001 From: Sufiansrk10 <97907197+Sufiansrk10@users.noreply.github.com> Date: Sun, 30 Jan 2022 19:04:00 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b5706..2cf193d 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 From 3cd03747b274b21efb8a702b41f61fca4529e87c Mon Sep 17 00:00:00 2001 From: Sufiansrk10 <97907197+Sufiansrk10@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:09:01 +0300 Subject: [PATCH 2/3] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From d8397feb850e9dc89d4a69dfb5ef90ebcbe984cb Mon Sep 17 00:00:00 2001 From: Sufiansrk10 <97907197+Sufiansrk10@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:13:11 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf193d..fa7de9f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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 ```