From 9e20948a4cac9e63a585868fd9615ad208ffa7bb Mon Sep 17 00:00:00 2001 From: Dm Tenevoy <90205154+KOT4N@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:56:32 +0300 Subject: [PATCH] Add blockquote to Null() Cuz lib can't be started because haven't this method --- aiogram_i18n/utils/text_decorator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aiogram_i18n/utils/text_decorator.py b/aiogram_i18n/utils/text_decorator.py index 09bcfd5..1c0eade 100644 --- a/aiogram_i18n/utils/text_decorator.py +++ b/aiogram_i18n/utils/text_decorator.py @@ -41,6 +41,9 @@ def spoiler(self, value: str) -> str: def quote(self, value: str) -> str: return value + def blockquote(self, value: str) -> str: + return value + def custom_emoji(self, value: str, custom_emoji_id: str) -> str: return value