mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-09 10:14:26 +02:00
45 lines
591 B
JSON
45 lines
591 B
JSON
{
|
|
"$schema": "./configuration.schema.json",
|
|
"general": {
|
|
"embed_color": 0,
|
|
"mute": {
|
|
"role": 0,
|
|
"take": [0]
|
|
},
|
|
"media_channels": [0],
|
|
"logging_channel": 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": ""
|
|
}
|
|
}
|
|
]
|
|
}
|