From fe7bf8c97bbcf545b2da1434b5931e6c44a4eda6 Mon Sep 17 00:00:00 2001
From: Will Hunt <will@half-shot.uk>
Date: Wed, 17 Jul 2019 09:30:37 +0100
Subject: [PATCH] Update config help to fix #532

---
 config/config.sample.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/config.sample.yaml b/config/config.sample.yaml
index 510195f..d000b2d 100644
--- a/config/config.sample.yaml
+++ b/config/config.sample.yaml
@@ -31,6 +31,7 @@ bridge:
   disableJoinLeaveNotifications: false
 # Authentication configuration for the discord bot.
 auth:
+  # This MUST be a string (wrapped in quotes)
   clientID: "12345"
   botToken: "foobar"
 logging:
-- 
GitLab