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