icon

MCStatusBot

Setting up Node.JS

MCStatusBot is a self-hosted Discord bot which runs on NodeJS and is powered by the DiscordJS framework. You will need to install the latest version of NodeJS for your machine in order to run the bot.

NodeJS Website

Install NodeJS

Download and install the latest version of NodeJS. After running the installer, NodeJS will be ready to use on your machine.

Install Dependencies

To install the bots dependencies, navigate to the bots directory, hold Shift + Right Click. Select Open Command Prompt window here (or PowerShell). Enter the command npm install to load the required dependencies.