From b5cbeecb6180b77829b3b4fddc78526a8992ef47 Mon Sep 17 00:00:00 2001 From: deadzilla Date: Sat, 11 Jul 2026 23:23:19 +0500 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D1=91?= =?UTF-8?q?=D0=BD=20format=5Fweather=5Ffor=5Fembed=20=D0=BD=D0=B0=20format?= =?UTF-8?q?=5Fweather=5Ffor=5Fmessage=20=D0=B2=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 706aa5e..18a1e17 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ commands/ # Discord команды (cogs) stats.py # !stats — серверы, каналы, пользователи utils/ # Утилиты (API-клиенты, конвертации) __init__.py # __all__ — публичный API утилит - pogoda.py # fetch_weather(), fetch_open_meteo(), wmo_to_russian(), translate_weather(), pressure_to_mmhg(), format_weather_data_for_console(), format_weather_for_embed() + pogoda.py # fetch_weather(), fetch_open_meteo(), wmo_to_russian(), translate_weather(), pressure_to_mmhg(), format_weather_data_for_console(), format_weather_for_message() news.py # fetch_rss(), format_articles(), truncate_title() cat.py # fetch_cat() rate_limiter.py # RateLimiter (токен-бакет), cat/weather/meteo/rss лимитеры @@ -267,7 +267,7 @@ ruff>=0.8.0 | `translate_weather()` | Перевод погодных описаний на русский язык | | `pressure_to_mmhg()` | Конвертация давления из hPa в мм рт. ст. | | `format_weather_data_for_console()` | Форматирование данных погоды для вывода в консоль | -| `format_weather_for_embed()` | Форматирование погоды для Discord embed (с заголовком) | +| `format_weather_for_message()` | Форматирование погоды для plain text сообщения (с заголовком) | ### utils/news.py