An open API service indexing awesome lists of open source software.

https://github.com/openfrontio/discord-bot

OpenFront Discord bot
https://github.com/openfrontio/discord-bot

Last synced: 5 months ago
JSON representation

OpenFront Discord bot

Awesome Lists containing this project

README

          

# 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.