configuration.example.json 660 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "general": {
  3. "embed_color": 0,
  4. "mute": {
  5. "role": 0,
  6. "take": [
  7. 0
  8. ]
  9. },
  10. "logging_channel": 0,
  11. "censor": {
  12. "additions": ["word", "another word"],
  13. "removals": ["word", "another word"]
  14. }
  15. },
  16. "administrators": {
  17. "roles": [
  18. 0
  19. ],
  20. "users": [
  21. 0
  22. ]
  23. },
  24. "message_responses": [
  25. {
  26. "includes": {
  27. "channels": [
  28. 0
  29. ],
  30. "match": []
  31. },
  32. "excludes": {
  33. "roles": [
  34. 0
  35. ],
  36. "match": []
  37. },
  38. "condition": {
  39. "user": {
  40. "server_age": 2
  41. }
  42. },
  43. "response": {
  44. "message": ""
  45. },
  46. "thread_options": {
  47. "lock_on_response": false,
  48. "close_on_response": false
  49. }
  50. }
  51. ]
  52. }