From 8d5219c167c33bfe784ffad5fac56657c3e0dd23 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 10 Jul 2023 16:19:57 +0200 Subject: [PATCH] fix: show correct command [skip ci] --- configuration.revanced.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configuration.revanced.json b/configuration.revanced.json index 6ad5db8..10ed8ed 100644 --- a/configuration.revanced.json +++ b/configuration.revanced.json @@ -1,5 +1,4 @@ -{ - "general": { +{ "general": { "embed_color": 5150960, "mute": { "role": 953984696491061289, @@ -271,7 +270,7 @@ }, { "name": "2. Prerequisites", - "value": "Use a terminal such as Termux and run the command `logcat | grep AdsFilter | grep Unblocked`. You might need root or have to use ADB. Alternatively, any application from the Play Store can display logcat logs as well.", + "value": "Use a terminal such as Termux and run the command `logcat | grep LithoFilterPatch | grep Unfiltered`. You might need root or have to use ADB. Alternatively, any application from the Play Store can display logcat logs as well.", "inline": false }, { @@ -357,4 +356,4 @@ } } ] -} \ No newline at end of file +}