Skip to content

Commit

Permalink
feat: response for official links
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Nov 8, 2022
1 parent 0d5f8a6 commit 2b00d80
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,53 @@
}
}
}
},
{
"includes": {
"channels": [952946952348270626, 954147049832603748],
"match": ["(?i)(((revanced|io).*){2,})"]
},
"excludes": {
"roles": [
965267139902705744, 955220417969262612, 952987191401926697,
1027874293192863765
],
"match": []
},
"condition": {
"user": {
"server_age": 365
}
},
"response": {
"embed": {
"title": "What are the official links of ReVanced❓",
"description": "A list of official links can be found in <#954066838856273960>.",
"color": 14908858,
"fields": [
{
"name": "🔸 Regarding your question",
"value": "ReVanced is always available at [revanced.app](https://revanced.app).",
"inline": false
}
],
"footer": {
"text": "",
"icon_url": ""
},
"image": {
"url": ""
},
"thumbnail": {
"url": "https://cdn.discordapp.com/icons/952946952348270622/d011f1dc1d27e9001d243bdedaf7443b.webp?size=512"
},
"author": {
"name": "",
"icon_url": "",
"url": ""
}
}
}
}
]
}

0 comments on commit 2b00d80

Please sign in to comment.