Skip to content
Jackson Bixby edited this page Oct 29, 2021 · 4 revisions

Installation Guide

  1. Clone the repo or download zip from releases
  2. Create an application & get discord bot token from https://discordapp.com/developers
  3. Create a ".env" where the package.json file is
  4. Add DISCORD_BOT_TOKEN=<your discord bot token from step #2> to the file
  5. Install node packages (npm install or yarn)
  6. Start your bot (node dist/)

Configuration

The configuration guide can be viewed here for settings you can change.

Clone this wiki locally