Skip to content

Commit 9e20948

Browse files
KOT4NRootShinobi
authored andcommitted
Add blockquote to Null()
Cuz lib can't be started because haven't this method
1 parent 34e6857 commit 9e20948

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

aiogram_i18n/utils/text_decorator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def spoiler(self, value: str) -> str:
4141
def quote(self, value: str) -> str:
4242
return value
4343

44+
def blockquote(self, value: str) -> str:
45+
return value
46+
4447
def custom_emoji(self, value: str, custom_emoji_id: str) -> str:
4548
return value
4649

0 commit comments

Comments
 (0)