~xenrox/10man-ts3

b1022acfbe23b83bd086666a344befc768c103bd — Thorben Günther 2 years ago a30ca1e
Add README
1 files changed, 22 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +22 -0
@@ 0,0 1,22 @@
# 10man-ts3

[![builds.sr.ht status](https://builds.xenrox.net/~xenrox/10man-ts3/commits/.build.yml.svg)](https://builds.xenrox.net/~xenrox/10man-ts3/commits/.build.yml?)

Code for [10man](https://hub.xenrox.net/~xenrox/10man/) TS3 bot.

## Configuration

Your settings will be loaded from the `config.json`.

```js
{
    // Serverquery username
    "username": "10Man",
    // Serverquery password
    "password": "password",
    // Teamspeak server IP
    "host": "127.0.0.1",
    // GraphQL query endpoint
    "endpoint": "http://127.0.0.1:8080/query"
}
```