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,