Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 435 Bytes

Deploy To Heroku

Deploy to vps

sudo apt update
git clone your_repo_link
cd Save_restricted_bot
pip3 install -r requirements.txt
python3 main.py
Note:- use (nohup python3 main.py) to run 24×7