Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	aiogram_i18n/__meta__.py
  • Loading branch information
RootShinobi committed Jun 4, 2024
2 parents e347ba0 + 3e5fa55 commit 3273b86
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 3273b86

Please sign in to comment.