feat: blur questionable (q) rating in /uwu command

This commit is contained in:
Danil 2026-05-19 22:18:39 +03:00
parent 88ceb2ef29
commit 5304428738

View file

@ -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 отдельным сообщением,