fix: show correct command [skip ci]

This commit is contained in:
oSumAtrIX 2023-07-10 16:19:57 +02:00 committed by GitHub
parent 094813b42d
commit 8d5219c167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ { "general": {
"general": {
"embed_color": 5150960, "embed_color": 5150960,
"mute": { "mute": {
"role": 953984696491061289, "role": 953984696491061289,
@ -271,7 +270,7 @@
}, },
{ {
"name": "2. Prerequisites", "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 "inline": false
}, },
{ {
@ -357,4 +356,4 @@
} }
} }
] ]
} }