revanced-discord-bot/configuration.example.json
2022-08-09 18:08:16 +02:00

39 lines
500 B
JSON

{
"$schema": "./configuration.schema.json",
"general": {
"embed_color": 0
},
"administrators": {
"roles": [0],
"users": [0]
},
"thread_introductions": [
{
"channels": [0],
"response": {
"message": ""
}
}
],
"message_responses": [
{
"includes": {
"channels": [0],
"match": [""]
},
"excludes": {
"roles": [0],
"match": [""]
},
"condition": {
"user": {
"server_age": 2
}
},
"response": {
"message": ""
}
}
]
}