/foxhole_wnnbot

Foxhole - Warden News Network Discord Bot

Primary LanguageJavaScript

Foxhole - Warden News Network Discord Bot

Reads war correspondence from the official Foxhole Discord and

  • analyzes it, tracking relevant statistics.
  • reports Warden propaganda to other Discord servers/channels based on it.

Installation

Requires NPM and NodeJS:

npm install

Configuration

The Bot will need it's own Discord account (not an official bot account). Make sure to enter the auth token of that account here:

cp auth.json.example auth.json
vi auth.json

Channels to listen to as well as output to are defined here:

vi config.json

Running it

node index.js

It's recommended to run it inside a screen session.