Manual Setup
Manual setup is the best approach when you run the bot on your local machine
⬇️ Install Required Software:
🗳️ Clone The Repository
# if you don't want to contribute, just host the bot, nothing else
git clone https://github.com/ReplacementBot/ReplacementBot.git
cd ReplacementBot# if you want to contribute, make changes and work on the bot
git clone https://github.com/<username>/ReplacementBot.git
cd ReplacementBot⚙️ Install Dependencies And Build Project
npm install
npm run build✅ That's It!
Last updated