From 893bfb091ed0e6f9f46672ca280334171098defe Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Tue, 19 Sep 2017 21:32:48 +0300 Subject: [PATCH] Set greeting defaults to null --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 6a2e835..577b562 100644 --- a/src/config.js +++ b/src/config.js @@ -25,8 +25,8 @@ const defaultConfig = { "ignoreAccidentalThreads": false, "enableGreeting": false, - "greetingMessage": "The message the bot sends to a new user", - "greetingAttachment": "Put a file path here", + "greetingMessage": null, + "greetingAttachment": null, "port": 8890, "url": null