Skip to content

Commit

Permalink
feat: add new autoresponse [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 14, 2023
1 parent 6f4a64c commit 4692fbd
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,49 @@
}
}
}
},
{
"includes": {
"channels": [952946952348270626, 954147049832603748],
"match": ["(?i)(((video|buffer|play|stuck|work|time|infinite|endless|\\sload).*){2,})", "(?i)(((no|history).*){2,})"]
},
"excludes": {
"roles": [
965267139902705744, 955220417969262612, 952987191401926697,
1027874293192863765
],
"match": []
},
"response": {
"embed": {
"title": "Why do videos fail to play❓",
"description": "You might have asked a question that has been answered in the <#953993848374325269> channel already. 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 4692fbd

Please sign in to comment.