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
- Host: GitHub
- URL: https://github.com/openfrontio/discord-bot
- Owner: openfrontio
- License: mit
- Created: 2025-11-17T20:37:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T17:02:10.000Z (7 months ago)
- Last Synced: 2025-11-18T18:25:36.384Z (7 months ago)
- Language: TypeScript
- Size: 130 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.