Spaces:
Running
Running
Update akn/Akeno/alive.py
Browse files- akn/Akeno/alive.py +2 -2
akn/Akeno/alive.py
CHANGED
@@ -78,7 +78,7 @@ async def akenocmd(client: Client, message: Message):
|
|
78 |
if client.me.is_premium:
|
79 |
await message.reply_text(
|
80 |
akeno_premium_text.format(
|
81 |
-
dc_id=client.me.dc_id if client.me else 0
|
82 |
custom_emoji=custom_emoji,
|
83 |
python=python_version(),
|
84 |
ryu=ryu_version,
|
@@ -93,7 +93,7 @@ async def akenocmd(client: Client, message: Message):
|
|
93 |
else:
|
94 |
await message.reply_text(
|
95 |
ryuzaki_text.format(
|
96 |
-
dc_id=client.me.dc_id if client.me else 0
|
97 |
python=python_version(),
|
98 |
ryu=ryu_version,
|
99 |
app_name=app_name,
|
|
|
78 |
if client.me.is_premium:
|
79 |
await message.reply_text(
|
80 |
akeno_premium_text.format(
|
81 |
+
dc_id=client.me.dc_id if client.me else 0,
|
82 |
custom_emoji=custom_emoji,
|
83 |
python=python_version(),
|
84 |
ryu=ryu_version,
|
|
|
93 |
else:
|
94 |
await message.reply_text(
|
95 |
ryuzaki_text.format(
|
96 |
+
dc_id=client.me.dc_id if client.me else 0,
|
97 |
python=python_version(),
|
98 |
ryu=ryu_version,
|
99 |
app_name=app_name,
|