This commit is contained in:
2026-03-03 00:05:43 +03:00
parent 1f96e3553e
commit 07a6dde0b8
+1 -1
View File
@@ -1300,7 +1300,7 @@ export async function processYouTubeLink(msg: Message, url: string): Promise<boo
const errorButInCache = !videoInfo && ytError && inCache; const errorButInCache = !videoInfo && ytError && inCache;
if (errorButInCache) { if (errorButInCache) {
text = "Я не смогу получить информацию о видео, но нашёл его в кэше."; text = "Я не смог получить информацию о видео, но нашёл его в кэше.";
} }
if (!text && ytError) { if (!text && ytError) {