Patch for rtl languages

pull/1/head
hikariatama 2022-10-17 13:48:33 +00:00
parent f6851d8e4a
commit c018c4641b
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ class HikkaInfoMod(loader.Module):
*map( *map(
lambda x: utils.remove_html(x) if inline else x, lambda x: utils.remove_html(x) if inline else x,
( (
utils.get_platform_emoji(self._client) utils.get_platform_emoji()
if self._client.hikka_me.premium and not inline if self._client.hikka_me.premium and not inline
else "🌘 Hikka", else "🌘 Hikka",
"<emoji document_id=5373141891321699086>😎</emoji>", "<emoji document_id=5373141891321699086>😎</emoji>",