From 549f9df5f9296613a66c0699ff787a79d089a0e3 Mon Sep 17 00:00:00 2001 From: Stubenhocker1399 Date: Sun, 8 Sep 2019 00:34:00 +0200 Subject: [PATCH] Add documentation on "Join discord" configuration --- README.md | 1 + config-template.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 23cc7e5..b021fdd 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Add `config.json` file in root directory with following content. You can use `co ```javascript { "title": "Pony Town", + "discordLink": "https://discordapp.com/invite/", // optional "twitterLink": "https://twitter.com/", // optional "contactEmail": "", "port": 8090, diff --git a/config-template.json b/config-template.json index ade1ae3..82092ca 100644 --- a/config-template.json +++ b/config-template.json @@ -1,5 +1,6 @@ { "title": "Your Town", + "discordLink": "", "twitterLink": "", "contactEmail": "your_contact_email@example.com", "port": 8090,