From b1022acfbe23b83bd086666a344befc768c103bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sun, 14 Nov 2021 15:28:33 +0100 Subject: [PATCH] Add README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c580a73 --- /dev/null +++ b/README.md @@ -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" +} +``` -- 2.44.0