Skip to content

Commit

Permalink
Add blockquote to Null()
Browse files Browse the repository at this point in the history
Cuz lib can't be started because haven't this method
  • Loading branch information
KOT4N authored Dec 31, 2023
1 parent 34e6857 commit 8bde525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aiogram_i18n/utils/text_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8bde525

Please sign in to comment.