From 263ba08afa6318d090568ca32c3dc23b2f389255 Mon Sep 17 00:00:00 2001 From: GramingFoxTeam Date: Thu, 27 Jul 2023 15:46:24 +0300 Subject: [PATCH] fix: fix case sensivity --- apps/bot-discord/src/config.json | 2 +- apps/bot-telegram/src/config.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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." } } ]