Skip to content

Commit

Permalink
feat - using same emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
jjpaulo2 committed Oct 2, 2024
1 parent 66f6299 commit 25aadff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions function/telegram/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _album_images(self) -> list[str]:
@property
def _emoji(self) -> str:
if self.message.youtube:
return emojize(":video_camera:")
return emojize(":play_button:")
if self.message.instagram:
return emojize(":camera_with_flash:")
return emojize(":page_facing_up:")
Expand Down Expand Up @@ -87,7 +87,7 @@ def content(self) -> str:
def buttons(self) -> InlineKeyboardMarkup:
keyboard = [
self._button(
emojize(":globe_with_meridians: Acessar publicação"),
emojize(":page_facing_up: Acessar publicação"),
self.message.link,
),
self._button(
Expand Down

0 comments on commit 25aadff

Please sign in to comment.