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
-
Download the zip file of this repo, and unzip it.
-
Navigate into the zip file with your command prompt of choice.
-
Run
npm i
in the directory, and wait. Your computer may require you to re-run it as sudo or an administrator. -
Once the dependancies are installed, create a copy of
.env.example
and replace the sample token with your Discord Bot's actual token. -
Run the index.js file as you please, I recommend using PM2, as it makes life easy.
-
Profit. I think. Beats me.