From 09a9e0b9e028997e0fdeb273c6d61748c76531b8 Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:53:11 +0700 Subject: [PATCH] =?UTF-8?q?fix=20not=20animated=20"=F0=9F=92=8E"=20in=20.i?= =?UTF-8?q?nfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hikka/modules/hikka_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/modules/hikka_info.py b/hikka/modules/hikka_info.py index 2cd7b63..eacbc8d 100644 --- a/hikka/modules/hikka_info.py +++ b/hikka/modules/hikka_info.py @@ -73,7 +73,7 @@ class HikkaInfoMod(loader.Module): ("🕶", "📱"), ("🐈‍⬛", "🐈‍⬛"), ("✌️", "✌️"), - ("📻", "💎"), + ("💎", "💎"), ]: platform = platform.replace(emoji, icon)