12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "general": {
- "embed_color": 0,
- "mute": {
- "role": 0,
- "take": [
- 0
- ]
- },
- "logging_channel": 0,
- "censor": {
- "additions": ["word", "another word"],
- "removals": ["word", "another word"]
- }
- },
- "administrators": {
- "roles": [
- 0
- ],
- "users": [
- 0
- ]
- },
- "message_responses": [
- {
- "includes": {
- "channels": [
- 0
- ],
- "match": []
- },
- "excludes": {
- "roles": [
- 0
- ],
- "match": []
- },
- "condition": {
- "user": {
- "server_age": 2
- }
- },
- "response": {
- "message": ""
- },
- "thread_options": {
- "lock_on_response": false,
- "close_on_response": false
- }
- }
- ]
- }
|