Drag
commited on
Commit
ยท
7268842
1
Parent(s):
9bc6539
Update __main__.py
Browse files- Mikobot/__main__.py +3 -3
Mikobot/__main__.py
CHANGED
@@ -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}%
|
@@ -640,7 +640,7 @@ async def gitsource_callback(update: Update, context: ContextTypes.DEFAULT_TYPE)
|
|
640 |
|
641 |
|
642 |
async def repo(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
643 |
-
source_link = "https://
|
644 |
message_text = f"*Here is the link for the public source repo*:\n\n{source_link}"
|
645 |
|
646 |
await context.bot.send_message(
|
@@ -742,7 +742,7 @@ async def get_help(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
742 |
)
|
743 |
return
|
744 |
await update.effective_message.reply_text(
|
745 |
-
"ยป *Choose an option for getting* [๐ต๐ฒ๐น๐ฝ](https://
|
746 |
reply_markup=InlineKeyboardMarkup(
|
747 |
[
|
748 |
[
|
|
|
601 |
mem = psutil.virtual_memory().percent
|
602 |
disk = psutil.disk_usage("/").percent
|
603 |
text = f"""
|
604 |
+
๐๐ฎ๐จ๐ฉ๐๐ข ๐จ๐ฉ๐๐ฉ๐จ
|
605 |
โโโโโโ
|
606 |
UPTIME โผ {uptime}
|
607 |
CPU โผ {cpu}%
|
|
|
640 |
|
641 |
|
642 |
async def repo(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
643 |
+
source_link = "https://www.youtube.com/"
|
644 |
message_text = f"*Here is the link for the public source repo*:\n\n{source_link}"
|
645 |
|
646 |
await context.bot.send_message(
|
|
|
742 |
)
|
743 |
return
|
744 |
await update.effective_message.reply_text(
|
745 |
+
"ยป *Choose an option for getting* [๐ต๐ฒ๐น๐ฝ](https://files.catbox.moe/lmfwck.jpg)",
|
746 |
reply_markup=InlineKeyboardMarkup(
|
747 |
[
|
748 |
[
|