Set greeting defaults to null

master
Miikka Virtanen 2017-09-19 21:32:48 +03:00
parent b934f8eb25
commit 893bfb091e
1 changed files with 2 additions and 2 deletions

View File

@ -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