Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

Β 

History

History
50 lines (34 loc) Β· 1.45 KB

File metadata and controls

50 lines (34 loc) Β· 1.45 KB
description Manual setup is the best approach when you run the bot on your local machine

Manual Setup

{% hint style="info" %} Before choosing an approach you need to register the discord app! {% endhint %}

⬇ Install Required Software:

πŸ—³ 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 fork the original repository 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

βœ… That's It!

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

npm start