mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-29 22:14:28 +02:00
39 lines
500 B
JSON
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": ""
|
|
}
|
|
}
|
|
]
|
|
}
|