Skip to content

Commit

Permalink
feat: add new responses [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 13, 2023
1 parent 8d5219c commit 91374d6
Showing 1 changed file with 98 additions and 2 deletions.
100 changes: 98 additions & 2 deletions configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"response": {
"embed": {
"title": "What are the official links of ReVanced❓",
"title": "What are the official links of ReVanced ",
"description": "A list of official links can be found in <#954066838856273960>.",
"color": 5150960,
"fields": [
Expand Down Expand Up @@ -328,7 +328,7 @@
"response": {
"embed": {
"title": "Closing ✅",
"description": "This thread has been closed. If you still need help, you can still write in this thread and it will be re-opened.",
"description": "This thread has been closed. If you still need help, you can write in this thread and it will be re-opened.",
"color": 5150960,
"fields": [],
"footer": {
Expand All @@ -354,6 +354,102 @@
"lock_on_response": false,
"only_on_first_message": false
}
},
{
"includes": {
"channels": [
952946952348270626,
954147049832603748
],
"match": [
"(?i)(((queue|feature|revanced).*){2,})"
]
},
"excludes": {
"roles": [
965267139902705744,
955220417969262612,
952987191401926697,
1027874293192863765
]
},
"response": {
"embed": {
"title": "Does ReVanced have this feature ❓",
"description": "You might have asked a question that has already been answered in <#953993848374325269>. Make sure to read it as it will answer a lot of your questions guaranteed.",
"color": 5150960,
"fields": [
{
"name": "🔸 Regarding your question",
"value": "Please refer to <#953993848374325269> `5`.",
"inline": false
}
],
"footer": {
"text": "ReVanced",
"icon_url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png"
},
"image": {
"url": ""
},
"thumbnail": {
"url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png"
},
"author": {
"name": "",
"icon_url": "",
"url": ""
}
}
}
},
{
"includes": {
"channels": [
952946952348270626,
954147049832603748
],
"match": [
"(?i)(((seekbar|preview|timeline|time|thumbnail).*){2,})"
]
},
"excludes": {
"roles": [
965267139902705744,
955220417969262612,
952987191401926697,
1027874293192863765
]
},
"response": {
"embed": {
"title": "Why is the seekbar preview missing in YouTube ❓",
"description": "You might have asked a question that has already been answered in <#953993848374325269>. Make sure to read it as it will answer a lot of your questions guaranteed.",
"color": 5150960,
"fields": [
{
"name": "🔸 Regarding your question",
"value": "Please refer to <#953993848374325269> `31`.",
"inline": false
}
],
"footer": {
"text": "ReVanced",
"icon_url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png"
},
"image": {
"url": ""
},
"thumbnail": {
"url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png"
},
"author": {
"name": "",
"icon_url": "",
"url": ""
}
}
}
}
]
}

0 comments on commit 91374d6

Please sign in to comment.