Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/the-noah/bzflag-servers-bot
- Owner: The-Noah
- License: mit
- Created: 2019-09-21T19:20:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T11:51:14.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:57:00.060Z (7 months ago)
- Topics: bot, bzflag, discord-bot, discord-js, discordjs, discordjs-bot, javascript, networking
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .`