mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-02 15:34:24 +02:00
33 lines
454 B
JSON
33 lines
454 B
JSON
{
|
|
"$schema": "./configuration.schema.json",
|
|
"discord-authorization-token": "",
|
|
"administrators": {
|
|
"roles": [0],
|
|
"users": [0]
|
|
},
|
|
"thread-introductions": [
|
|
{
|
|
"channels": [0],
|
|
"message": ""
|
|
}
|
|
],
|
|
"message-responders": [
|
|
{
|
|
"includes": {
|
|
"channels": [0],
|
|
"match": [""]
|
|
},
|
|
"excludes": {
|
|
"roles": [0],
|
|
"match": [""]
|
|
},
|
|
"condition": {
|
|
"user": {
|
|
"server-age": 2
|
|
}
|
|
},
|
|
"message": ""
|
|
}
|
|
]
|
|
}
|