From 7b84d6dc975f70de27c9893d40c6244630cd03bd Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 14 Jul 2023 14:40:42 +0200 Subject: [PATCH] feat: add ReVanced Manager documentation response [skip ci] --- configuration.revanced.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/configuration.revanced.json b/configuration.revanced.json index 46af96b..1096900 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -455,6 +455,43 @@ "lock_on_response": false, "only_on_first_message": false } + }, + { + "includes": { + "match": [ + "\\?manager" + ] + }, + "response": { + "embed": { + "title": "How to use ReVanced Manager ❓", + "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 the [ReVanced Manager documentation](https://github.com/revanced/revanced-manager/tree/main/docs).", + "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": "" + } + } + }, + "respond_to_reference": true } ] }