just wanted to fix default settings lol

This commit is contained in:
Carol Knieriem 2019-12-22 11:18:30 -05:00
parent a5e1ef65c9
commit 41a86a20bf
No known key found for this signature in database
GPG Key ID: 932EC6A6BAEE122B
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ let baseConfig = fs.readFileSync("./config_base.txt", "utf8");
const defaultSettings = {
"prefix": "/",
"modLogChannel": "nsa-survellience-system",
"modRole": "modinator",
"adminRole": "adminator",
"modLogChannel": "logs",
"modRole": "Moderator",
"adminRole": "Administrator",
"systemNotice": "true",
"welcomeChannel": "welcome",
"welcomeMessage": "Say hello to {{user}}, everyone! We all need a warm welcome sometimes :D",