From 9fcb861a454b04547e8d0820279cd22c77cb3636 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 30 Oct 2023 20:19:38 +0100 Subject: [PATCH] feat: Add new response --- apps/bot-discord/src/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index f4db93f..60cb790 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -69,6 +69,17 @@ "host": "127.0.0.1" }, "responses": [ + { + "label": "suggested_version", + "threshold": 0.85, + "reply": { + "title": "Which version is suggested?", + "description": "The suggested version can be seen in ReVanced Manager in the app selector screen. Refer to the ReVanced Manager documentation in <#953993848374325269> `3`", + "color": 5150960 + }, + "closeThread": false, + "lockThread": false + }, { "label": "revanced_crash", "threshold": 0.85,