From d48b0127a41811931e45045c03d18c7ce474e149 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 18 Jan 2023 08:20:48 +0100 Subject: [PATCH] feat: add new response for video playback issues --- configuration.revanced.json | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/configuration.revanced.json b/configuration.revanced.json index 52f2c29..fb62b04 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -154,6 +154,53 @@ } } } + }, + { + "includes": { + "channels": [952946952348270626, 954147049832603748], + "match": ["((video|buffer|play|work|time|infinite|endless).*){2,})"] + }, + "excludes": { + "roles": [ + 965267139902705744, 955220417969262612, 952987191401926697, + 1027874293192863765 + ], + "match": [] + }, + "condition": { + "user": { + "server_age": 365 + } + }, + "response": { + "embed": { + "title": "Why do videos fail to play❓", + "description": "You have asked a question that might have 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> XXVII.", + "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": "" + } + } + } } ] }