Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 656 Bytes

File metadata and controls

19 lines (15 loc) · 656 Bytes

Deploy on VPS

fill .env with proper values

git clone https://github.com/Qewertyy/SDWaifuRobot && cd SDWaifuRobot
python3 -m venv venv
source venv/bin/activate # Linux
.\venv\Scripts\activate # Windows
pip3 install -r requirements.txt
python3 bot.py

Deploy to Heroku

Deploy

Deploy to Vercel (Unstable)

Deploy