Skip to content

Commit

Permalink
Update deploy-on-vps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitbhatia2004 committed Jun 30, 2023
1 parent 4fd011b commit 6413561
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy-on-vps.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

5. Clone Repo and install required packages
```
git clone https://github.com/SamPandey001/Secktor-Md
cd Secktor-Md
git clone https://github.com/akshitbhatia2004/WHATSAPP_AKBOT
cd WHATSAPP_AKBOT
yarn install --network-concurrency 1
```

Expand All @@ -38,14 +38,14 @@
copy paste lines below.

```
OWNER_NUMBER="911234567890"
OWNER_NUMBER="919971606684"
MONGODB_URI="mongodb+srv://*************"
SESSION_ID = "secktorbot.herokuapp.com/session"
SESSION_ID = "put session id"
THUMB_IMAGE = "https://raw.githubusercontent.com/SecktorBot/Brandimages/main/logos/SocialLogo%201.png"
port = 5000
email = "sam@secktor.live"
email = "akshitbot4.0@gmail.com"
global_url = "instagram.com"
OWNER_NAME = "SamPandey001"
OWNER_NAME = "akshitbhatia2004"
AUTO_REACTION = false
FAKE_COUNTRY_CODE = 92
READ_MESSAGE = false
Expand All @@ -57,7 +57,7 @@
WELCOME_MESSAGE = "*Hi,* @user \n*Welcome in* @gname \n*Member count* : @count th"
THEME= SECKTOR
WORKTYPE = public
PACK_INFO = "Sam;Pandey"
PACK_INFO = "Akshit;akbot"
ANTILINK_VALUES = "chat.whatsapp.com"
```
Expand Down

0 comments on commit 6413561

Please sign in to comment.