mirror of https://github.com/clickscodes/nucleus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
604 B
39 lines
604 B
{
|
|
"logging": {
|
|
"logs": {
|
|
"enabled": true,
|
|
"toLog": "3fffff"
|
|
}
|
|
},
|
|
"filters": {
|
|
"images": {
|
|
"NSFW": false,
|
|
"size": false
|
|
},
|
|
"malware": false,
|
|
"wordFilter": {
|
|
"enabled": true,
|
|
"words": {
|
|
"strict": [],
|
|
"loose": []
|
|
}
|
|
},
|
|
"invite": {
|
|
"enabled": false,
|
|
"channels": []
|
|
},
|
|
"pings": {
|
|
"mass": 5,
|
|
"everyone": true,
|
|
"roles": true
|
|
}
|
|
},
|
|
"roleMenu": [],
|
|
"tracks": [],
|
|
"welcome": {
|
|
"enabled": false,
|
|
"welcomeRole": null,
|
|
"channel": null,
|
|
"message": null
|
|
}
|
|
} |