Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/the-noah/bzflag-servers-bot

A simple Discord bot to get a list of servers currently with players
https://github.com/the-noah/bzflag-servers-bot

bot bzflag discord-bot discord-js discordjs discordjs-bot javascript networking

Last synced: about 1 month ago
JSON representation

A simple Discord bot to get a list of servers currently with players

Awesome Lists containing this project

README

        

# BZFlag Servers Bot

A simple Discord bot to get a list of servers currently with players.

## Install

```
$ git clone https://github.com/The-Noah/bzflag-servers-bot
$ cd bzflag-servers-bot
$ npm install
```

## Configuration

A file called `config.json` in the root of the project is required and must contain:

| Field | Value |
| ----- | ----- |
| token | Discord bot token |
| client_id | Discord application ID|

## Running

`$ node .`