Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 384 Bytes

File metadata and controls

9 lines (6 loc) · 384 Bytes

OpenFront Discord Bot

Discord Bot that interacts with the OpenFront API.

Setup

  1. npm install to add all the dependencies.
  2. Copy config.example.json to config.json and fill in the values (create a new bot in the Discord Developer Portal).
  3. npm run build builds the bot and npm run start starts it. You can also use npm run dev to instantly start with nodemon.