From 710a5462df4bf549b3003597ffb80f2afd8b908f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 2 Nov 2022 23:16:39 +0100 Subject: [PATCH] feat: response to common sponsorblock question [skip ci] --- configuration.revanced.json | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/configuration.revanced.json b/configuration.revanced.json index 5b61334..c62ede1 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -114,6 +114,53 @@ } } } + }, + { + "includes": { + "channels": [952946952348270626, 954147049832603748], + "match": ["(?i)(((sponsorblock|does|not|working).*){3,})"] + }, + "excludes": { + "roles": [ + 965267139902705744, 955220417969262612, 952987191401926697, + 1027874293192863765 + ], + "match": [] + }, + "condition": { + "user": { + "server_age": 120 + } + }, + "response": { + "embed": { + "title": "SponsorBlock does not work ❓", + "description": "You 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": 14908858, + "fields": [ + { + "name": "🔸 Regarding your question", + "value": "Please refer to <#953993848374325269> XXX.", + "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": "" + } + } + } } ] }