From 5304428738452b7477a732102eb911d2f9a2c59f Mon Sep 17 00:00:00 2001 From: Danil Date: Tue, 19 May 2026 22:18:39 +0300 Subject: [PATCH] feat: blur questionable (q) rating in /uwu command --- games/uwu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/uwu.py b/games/uwu.py index e5ff65e..4def6c1 100644 --- a/games/uwu.py +++ b/games/uwu.py @@ -180,7 +180,7 @@ async def handle_uwu_cmd(message: types.Message): file_url = post["url"] ext = post["ext"] caption = post["caption"] - spoiler = post.get("rating") == "e" # спойлер для explicit + spoiler = post.get("rating") in ("e", "q") # спойлер для explicit и questionable if ext in ("gif", "webm", "mp4"): # Для анимаций: отправляем caption отдельным сообщением,