diff --git a/hikka/inline/utils.py b/hikka/inline/utils.py index 3583189..87da9f7 100644 --- a/hikka/inline/utils.py +++ b/hikka/inline/utils.py @@ -283,14 +283,7 @@ class Utils(InlineUnit): return reply_markup def sanitise_text(self, text: str) -> str: - """ - Replaces all animated emojis in text with normal ones, - bc aiogram doesn't support them - - :param text: text to sanitise - :return: sanitised text - """ - return re.sub(r"", "", text) + return re.sub(r"", "", text) async def _edit_unit( self,