Skip to content

Commit

Permalink
feat: add ReVanced Manager documentation response [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 15, 2023
1 parent 1269b91 commit 7b84d6d
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit 7b84d6d

Please sign in to comment.