tothosting icon changed

pull/23/head
Who? 2024-11-22 23:18:35 +07:00 committed by GitHub
commit fb98c4d917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -64,7 +64,7 @@ class HikkaInfoMod(loader.Module):
for emoji, icon in [
("🍊", "<emoji document_id=5449599833973203438>🧡</emoji>"),
("🍇", "<emoji document_id=5449468596952507859>💜</emoji>"),
("☁️", "<emoji document_id=5195381467047288408>☁</emoji>"),
("😶‍🌫️", "<emoji document_id=5370547013815376328>😶‍🌫</emoji>"),
("", "<emoji document_id=5407025283456835913>📱</emoji>"),
("🍀", "<emoji document_id=5395325195542078574>🍀</emoji>"),
("🦾", "<emoji document_id=5386766919154016047>🦾</emoji>"),
@ -75,6 +75,7 @@ class HikkaInfoMod(loader.Module):
("✌️", "<emoji document_id=5469986291380657759>✌️</emoji>"),
("💎", "<emoji document_id=5471952986970267163>💎</emoji>"),
("🛡", "<emoji document_id=5287571024500498635>☁️</emoji>"),
("💘", "<emoji document_id=5452140079495518256>💘</emoji>"),
]:
platform = platform.replace(emoji, icon)

View File

@ -63,7 +63,7 @@ class CoreMod(loader.Module):
(
"\n\n<emoji document_id=5287454910059654880>❤️</emoji> <b>Designer: t.me/tr4mq</b>"
)
if random.choice([0, 0, 0, 1]) == 1
if random.choice([0, 1]) == 1
else ""
),
)

View File

@ -909,16 +909,16 @@ def get_named_platform() -> str:
return "🍀 WSL"
if main.IS_ORACLE:
return " Oracle"
return "😶‍🌫 Oracle"
if main.IS_AWS:
return " AWS"
return "😶‍🌫 AWS"
if main.IS_SERV00:
return "💎 Serv00"
if main.IS_TOTHOST:
return "☁️ ToTHost"
return "💘 ToTHost"
if main.IS_AEZA:
return "🛡 Aeza"

View File

@ -4,9 +4,9 @@ preview = true
[tool.poetry]
name = "hikka"
version = "1.6.4"
version = "1.6.7"
description = "Telegram userbot focused on developer convenience"
authors = ["hikariatama <me@hikariatama.ru>"]
authors = ["codrago, t.me/codrago"]
license = "GNU AGPLv3"
readme = "README.md"