From e034b514f1e4a357da32c08cd3e72f33ab5cd002 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Fri, 22 Sep 2017 23:18:03 +0300 Subject: [PATCH] Fix extra comma in example config --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index f6887e1..9acc301 100644 --- a/config.example.json +++ b/config.example.json @@ -4,5 +4,5 @@ "mainGuildId": "id of the main server where users will DM the bot", "status": "Message me for help!", - "responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible.", + "responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible." }