Set greeting defaults to null
parent
b934f8eb25
commit
893bfb091e
|
@ -25,8 +25,8 @@ const defaultConfig = {
|
||||||
"ignoreAccidentalThreads": false,
|
"ignoreAccidentalThreads": false,
|
||||||
|
|
||||||
"enableGreeting": false,
|
"enableGreeting": false,
|
||||||
"greetingMessage": "The message the bot sends to a new user",
|
"greetingMessage": null,
|
||||||
"greetingAttachment": "Put a file path here",
|
"greetingAttachment": null,
|
||||||
|
|
||||||
"port": 8890,
|
"port": 8890,
|
||||||
"url": null
|
"url": null
|
||||||
|
|
Loading…
Reference in New Issue