Skip to content

Releases: Swordington/iwantmccbot

Migration to separate file triggers complete

27 Nov 17:56
Compare
Choose a tag to compare

The bot is now in a stage where I'd call it good to semi-run as a functional bot. It's not perfect by a long shot, and could use quite a few features (hello Regex), but as of now it's good to go.

Setup and Installation

If, for some ungodly reason, you want to deploy this bot:

  • You MUST have NPM and Node.js installed for it to work. If you're not sure how, the internet wll help.
  • This project takes ~50mb of storage, so please don't have a 100% full disk.
  • You need to create a discord bot, do that over at the Discord Developers Portal
  1. Download the zip file of this repo, and unzip it.

  2. Navigate into the zip file with your command prompt of choice.

  3. Run npm i in the directory, and wait. Your computer may require you to re-run it as sudo or an administrator.

  4. Once the dependancies are installed, create a copy of .env.example and replace the sample token with your Discord Bot's actual token.

  5. Run the index.js file as you please, I recommend using PM2, as it makes life easy.

  6. Profit. I think. Beats me.