mirror of https://github.com/coddrago/Heroku
Update deps
parent
c3c8eefe38
commit
da43a62fda
|
@ -44,7 +44,7 @@ else:
|
||||||
try:
|
try:
|
||||||
import telethon
|
import telethon
|
||||||
|
|
||||||
if tuple(map(int, telethon.__version__.split("."))) < (1, 24, 13):
|
if tuple(map(int, telethon.__version__.split("."))) < (1, 24, 14):
|
||||||
raise ImportError
|
raise ImportError
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("🔄 Installing Hikka-TL...")
|
print("🔄 Installing Hikka-TL...")
|
||||||
|
@ -69,7 +69,7 @@ else:
|
||||||
try:
|
try:
|
||||||
import pyrogram
|
import pyrogram
|
||||||
|
|
||||||
if tuple(map(int, pyrogram.__version__.split("."))) < (2, 0, 62):
|
if tuple(map(int, pyrogram.__version__.split("."))) < (2, 0, 63):
|
||||||
raise ImportError
|
raise ImportError
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("🔄 Installing Hikka-Pyro...")
|
print("🔄 Installing Hikka-Pyro...")
|
||||||
|
|
|
@ -928,9 +928,11 @@ def get_platform_emoji() -> str:
|
||||||
:return: Emoji entity in string
|
:return: Emoji entity in string
|
||||||
"""
|
"""
|
||||||
BASE = "".join(
|
BASE = "".join(
|
||||||
"<emoji document_id={}>🌘</emoji>",
|
(
|
||||||
"<emoji document_id=5195311729663286630>🌘</emoji>",
|
"<emoji document_id={}>🌘</emoji>",
|
||||||
"<emoji document_id=5195045669324201904>🌘</emoji>",
|
"<emoji document_id=5195311729663286630>🌘</emoji>",
|
||||||
|
"<emoji document_id=5195045669324201904>🌘</emoji>",
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if "MIYAHOST" in os.environ:
|
if "MIYAHOST" in os.environ:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
hikka-tl==1.24.13
|
hikka-tl==1.24.14
|
||||||
hikka-pyro==2.0.62
|
hikka-pyro==2.0.63
|
||||||
aiofile==3.8.1
|
aiofile==3.8.1
|
||||||
pythondialog==3.5.3
|
pythondialog==3.5.3
|
||||||
gitpython==3.1.27
|
gitpython==3.1.27
|
||||||
|
|
Loading…
Reference in New Issue