From ec406219a63bcabf269c0eb5c1c05ed5da4803b5 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 2 Nov 2021 04:26:03 +0700 Subject: [PATCH] none --- program/start.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/start.py b/program/start.py index 2e57163..d435448 100644 --- a/program/start.py +++ b/program/start.py @@ -53,7 +53,7 @@ async def _human_time_duration(seconds): async def start_(client: Client, message: Message): await message.reply_text( f"""✨ **Welcome {message.from_user.mention()} !**\n -💭 [{BOT_NAME}](https://t.me/{BOT_USERNAME}) **allows you to play music and video on groups through the new Telegram's video chats!** +💭 [{BOT_NAME}](https://t.me/{BOT_USERNAME}) **Allows you to play music and video on groups through the new Telegram's video chats!** 💡 **Find out all the Bot's commands and how they work by clicking on the » 📚 Commands button!** @@ -110,7 +110,7 @@ async def alive(client: Client, message: Message): ] ) - alive = f"**Hello {message.from_user.mention()}, i'm {BOT_NAME}**\n\n✨ Bot is working normally\n🍀 My Master: [{ALIVE_NAME}](https://t.me/{OWNER_NAME})\n✨ Bot Version: `v{__version__}`\n🍀 Pyrogram Version: `{pyrover}`\n✨ Python Version: `{__python_version__}`\n🍀 PyTgCalls version: `{pytover.__version__}`\n✨ Uptime Status: `{uptime}`\n\n**Thanks for Adding me here, for playing video & music on your Group video chat** ❤" + alive = f"**Hello {message.from_user.mention()}, i'm {BOT_NAME}**\n\n✨ Bot is working normally\n🍀 My Master: [{ALIVE_NAME}](https://t.me/{OWNER_NAME})\n✨ Bot Version: `v{__version__}`\n🍀 Pyrogram Version: `{pyrover}`\n✨ Python Version: `{__python_version__}`\n🍀 PyTgCalls version: `{pytover.__version__}`\n✨ Uptime Status: `{uptime}`\n\n**Thanks for Adding me here, for playing video & music on your Group's video chat** ❤" await message.reply_photo( photo=f"{ALIVE_IMG}",