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.
94 lines
1.5 KiB
94 lines
1.5 KiB
{
|
|
"logging": {
|
|
"logs": {
|
|
"enabled": true,
|
|
"toLog": "3fffff",
|
|
"ignore": {
|
|
"users": [],
|
|
"roles": [],
|
|
"channels": []
|
|
}
|
|
}
|
|
},
|
|
"filters": {
|
|
"images": {
|
|
"NSFW": false,
|
|
"size": false
|
|
},
|
|
"malware": false,
|
|
"wordFilter": {
|
|
"enabled": true,
|
|
"words": {
|
|
"strict": [
|
|
"meat",
|
|
"noon"
|
|
],
|
|
"loose": []
|
|
},
|
|
"allowed": {
|
|
"users": [],
|
|
"roles": [],
|
|
"channels": []
|
|
}
|
|
},
|
|
"invite": {
|
|
"enabled": false,
|
|
"allowed": {
|
|
"users": [],
|
|
"channels": [],
|
|
"roles": []
|
|
}
|
|
},
|
|
"pings": {
|
|
"mass": 5,
|
|
"everyone": true,
|
|
"roles": true,
|
|
"allowed": {
|
|
"roles": [],
|
|
"rolesToMention": [],
|
|
"users": [],
|
|
"channels": []
|
|
}
|
|
}
|
|
},
|
|
"moderation": {
|
|
"mute": {
|
|
"timeout": true,
|
|
"role": "934941408849186856",
|
|
"text": null,
|
|
"link": null
|
|
},
|
|
"kick": {
|
|
"text": null,
|
|
"link": null
|
|
},
|
|
"ban": {
|
|
"text": null,
|
|
"link": null
|
|
},
|
|
"softban": {
|
|
"text": null,
|
|
"link": null
|
|
},
|
|
"warn": {
|
|
"text": "Test",
|
|
"link": "https://google.com"
|
|
},
|
|
"role": {
|
|
"role": null
|
|
}
|
|
},
|
|
"roleMenu": [],
|
|
"stats": [],
|
|
"tracks": [],
|
|
"welcome": {
|
|
"enabled": false,
|
|
"verificationRequired": {
|
|
"message": null,
|
|
"role": null
|
|
},
|
|
"welcomeRole": null,
|
|
"channel": null,
|
|
"message": null
|
|
}
|
|
} |