From b9ac2e013ad6c135b501362291140afea1cd46ce Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 1 Nov 2025 01:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=BE=D1=82=D0=B2?= =?UTF-8?q?=D0=B5=D1=82=D0=B0=20=D0=B1=D0=BE=D1=82=D0=B0=20=D0=BE=20=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D1=82=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Core/Bot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Core/Bot.php b/app/Core/Bot.php index 78f5099..384d514 100644 --- a/app/Core/Bot.php +++ b/app/Core/Bot.php @@ -325,9 +325,9 @@ class Bot $replyText[] = '🔴 Оффлайн \- ' . $stats['channels']['offline']; $replyText[] = '🔞 Для взрослых \- ' . $stats['channels']['adult']; $replyText[] = ''; - $replyText[] = ''; - $replyText[] = '*Самая свежая проверка*'; - $replyText[] = '🕔 `' . $stats['channels']['latest']['code'] . '` (' . $stats['channels']['latest']['timeFmt'] . ')'; + $replyText[] = '*Самая свежая проверка* '; + $replyText[] = '🕔 ' . $this->escape($stats['playlists']['latest']['timeFmt']); + $replyText[] = $this->escape(base_url($stats['playlists']['latest']['code'] . '/details')); $replyText[] = ''; $replyText[] = '';