From b4225f85a63bdc60f2417b161bcb334be98e15a8 Mon Sep 17 00:00:00 2001 From: GramingFoxTeam Date: Thu, 27 Jul 2023 15:43:23 +0300 Subject: [PATCH] feat: add "You're offline" for OCR --- apps/bot-discord/src/config.json | 8 ++++++++ apps/bot-telegram/src/config.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index 31abd1d..07a399d 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -136,6 +136,14 @@ "description": "You need to install a downloader to download videos. NewPipe is the default downloader, and it can be downloaded from [here](https://github.com/TeamNewPipe/NewPipe/releases/latest).", "color": 14908858 } + }, + { + "regex": "you're offline|please check your", + "reply": { + "title": "Why does YT ReVanced say I'm offline?", + "description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in.", + "color": 14908858 + } } ] } diff --git a/apps/bot-telegram/src/config.json b/apps/bot-telegram/src/config.json index abc6772..98b083e 100644 --- a/apps/bot-telegram/src/config.json +++ b/apps/bot-telegram/src/config.json @@ -97,6 +97,14 @@ "title": "Why can't I download videos?", "description": "You need to install a downloader to download videos. NewPipe is the default downloader, and it can be downloaded from [here](https://github.com/TeamNewPipe/NewPipe/releases/latest)." } + }, + { + "regex": "you're offline|please check your", + "reply": { + "title": "Why does YT ReVanced say I'm offline?", + "description": "If your YT ReVanced appears to not have internet and you recently changed your Google password, remove the Vanced MicroG account from within your device settings and then log back in.", + "color": 14908858 + } } ] } \ No newline at end of file