diff --git a/apps/bot-discord/src/config.json b/apps/bot-discord/src/config.json index 07a399d..38a1d15 100644 --- a/apps/bot-discord/src/config.json +++ b/apps/bot-discord/src/config.json @@ -138,7 +138,7 @@ } }, { - "regex": "you're offline|please check your", + "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.", diff --git a/apps/bot-telegram/src/config.json b/apps/bot-telegram/src/config.json index 98b083e..bd1706f 100644 --- a/apps/bot-telegram/src/config.json +++ b/apps/bot-telegram/src/config.json @@ -99,11 +99,10 @@ } }, { - "regex": "you're offline|please check your", + "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 + "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." } } ]