A simple starboard discord bot using Eris and sqlite.
This bot is a fork of this repo, with changes to make it more efficient and effective.
There is no publicly hosted version of this bot. In order to host, you must:
- Make sure you have a machine w/ nodejs and npm
- Clone this repo
git clone https://github.com/the1sword/eris-starboard.git
- Install dependencies with
npm install
- Copy the example.env file and put in your own Discord bot token, as well as adding a number for how many stars should be required for a message to make the starboard.
- Make sure the bot is in the server you want to use it in. Tools like the Discord Permissions Calculator are incredibly helpful for generating invite links.
- Run the bot with your process manager of choice.
Q: Npm install fails with a node-gyp error
A: Make sure all of the NPM packages are up to date. While dependabot is running on this repo it doesn't always catch everything.