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.
Nucleus/TODO.json

39 lines
604 B

{
3 years ago
"logging": {
"logs": {
"enabled": true,
"toLog": "3fffff"
3 years ago
}
},
"filters": {
"images": {
"NSFW": false,
"size": false
},
"malware": false,
"wordFilter": {
3 years ago
"enabled": true,
"words": {
"strict": [],
"loose": []
}
},
"invite": {
"enabled": false,
"channels": []
},
"pings": {
"mass": 5,
"everyone": true,
"roles": true
}
},
3 years ago
"roleMenu": [],
"tracks": [],
"welcome": {
"enabled": false,
"welcomeRole": null,
"channel": null,
"message": null
}
}