Drag commited on
Commit
134d2fa
ยท
1 Parent(s): d81ce4e

Update __main__.py

Browse files
Files changed (1) hide show
  1. 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
- "๐Ÿง  *Here are the options for* [๐™ง๐™š๐™จ๐™ค๐™ก๐™ช๐™ฉ๐™š ๐™™๐™š๐™›๐™š๐™ฃ๐™™๐™š๐™ง](https://files.catbox.moe/e7upyx.jpg):",
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}%