fix not animated "💎" in .info

pull/5/head
Who? 2024-11-08 00:53:11 +07:00 committed by GitHub
parent 89508df76d
commit 09a9e0b9e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class HikkaInfoMod(loader.Module):
("🕶", "<emoji document_id=5407025283456835913>📱</emoji>"),
("🐈‍⬛", "<emoji document_id=6334750507294262724>🐈‍⬛</emoji>"),
("✌️", "<emoji document_id=5469986291380657759>✌️</emoji>"),
("📻", "<emoji document_id=5471952986970267163>💎</emoji>"),
("💎", "<emoji document_id=5471952986970267163>💎</emoji>"),
]:
platform = platform.replace(emoji, icon)