Skip to content

Commit

Permalink
fix - whatsapp emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
jjpaulo2 committed Oct 2, 2024
1 parent 25aadff commit a80753b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function/telegram/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def buttons(self) -> InlineKeyboardMarkup:
self.message.link,
),
self._button(
emojize(":telephone_receiver: Compartilhar no Whatsapp"),
emojize(":speech_balloon: Compartilhar no Whatsapp"),
self._whatsapp_link,
),
]
Expand Down

0 comments on commit a80753b

Please sign in to comment.