Drag
commited on
Commit
ยท
134d2fa
1
Parent(s):
d81ce4e
Update __main__.py
Browse files- Mikobot/__main__.py +2 -2
Mikobot/__main__.py
CHANGED
@@ -273,7 +273,7 @@ async def ai_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
273 |
reply_markup = InlineKeyboardMarkup(keyboard)
|
274 |
|
275 |
await update.message.reply_text(
|
276 |
-
"
|
277 |
reply_markup=reply_markup,
|
278 |
parse_mode="Markdown",
|
279 |
)
|
@@ -601,7 +601,7 @@ async def stats_back(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
601 |
mem = psutil.virtual_memory().percent
|
602 |
disk = psutil.disk_usage("/").percent
|
603 |
text = f"""
|
604 |
-
๐๐ฎ๐จ๐ฉ๐๐ข
|
605 |
โโโโโโ
|
606 |
UPTIME โผ {uptime}
|
607 |
CPU โผ {cpu}%
|
|
|
273 |
reply_markup = InlineKeyboardMarkup(keyboard)
|
274 |
|
275 |
await update.message.reply_text(
|
276 |
+
"*Here are the options for* [๐ง๐๐จ๐ค๐ก๐ช๐ฉ๐ ๐๐๐๐๐ฃ๐๐๐ง](https://files.catbox.moe/e7upyx.jpg):",
|
277 |
reply_markup=reply_markup,
|
278 |
parse_mode="Markdown",
|
279 |
)
|
|
|
601 |
mem = psutil.virtual_memory().percent
|
602 |
disk = psutil.disk_usage("/").percent
|
603 |
text = f"""
|
604 |
+
๐๐ฎ๐จ๐ฉ๐๐ข ๐จ๐ฉ๐๐ฉ๐จ @๐๐ก๐๐จ๐๐ญ๐ข๐๐ฃ๐๐๐๐ข๐๐ฃ๐ฉ๐๐ค๐ฉ
|
605 |
โโโโโโ
|
606 |
UPTIME โผ {uptime}
|
607 |
CPU โผ {cpu}%
|