ReplacementBot
  • What is ReplacementBot
  • 📡Setup the bot
    • Own Instance Setup
    • Setup Discord App
    • Manual Setup
    • Cloud Development with Gitpod
    • Hosting with Heroku
    • Hosting with PM2
  • ✨Using The Bot
    • Commands
    • Built-in fetchers
  • 🗳️ configure the bot
    • Untitled
  • ⚙️ Development
    • Fetchers Introduction
    • Fetcher Guidelines
    • How to Create a Fetcher
  • ✋contribute
    • Contributing Guidelines
    • Report a Bug
    • Suggest a Feature
Powered by GitBook
On this page
  • Install Required Software:
  • Clone The Repository
  • Install Dependencies And Build Project
  • That's It!

Was this helpful?

  1. Setup the bot

Manual Setup

Manual setup is the best approach when you run the bot on your local machine

PreviousOwn Instance SetupNextCloud Development with Gitpod

Last updated 4 years ago

Was this helpful?

Before choosing an approach you need to

Install Required Software:

  • (GUI such can be helpful)

Clone The Repository

To clone the repository, either use the Git GUI if you have one installed or enter the following commands:

# 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, first and clone the forked repository into your local machine. If you don't do this, you will not be able to make commits or change any files.

# 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

That step will setup files on your local machine that are not copied from the repository.

npm install
npm run build

You can now run bot anytime by running this command in the project directory

npm start

That's It!

📡
✅
⬇️
🗳️
⚙️
register the discord app!
GIT
GitHub Desktop
Node.JS
fork the original repository