From d5755f7c527e2889e72adf1efbbc218ec13377c8 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Mon, 21 Apr 2025 06:24:15 +0700 Subject: [PATCH] Update utils.py --- hikka/inline/utils.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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,