revanced-discord-bot/configuration.example.json
2022-07-08 20:23:49 +02:00

37 lines
499 B
JSON

{
"$schema": "./configuration.schema.json",
"discord_authorization_token": "",
"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": ""
}
}
]
}