none
This commit is contained in:
parent
b9a2fbd9e5
commit
388a60cf6e
@ -54,11 +54,12 @@ async def _human_time_duration(seconds):
|
|||||||
async def start_(client: Client, message: Message):
|
async def start_(client: Client, message: Message):
|
||||||
await message.reply_text(
|
await message.reply_text(
|
||||||
f"""✨ **Welcome {message.from_user.mention()} !**\n
|
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!**
|
💡 **Find out all the Bot's commands and how they work by clicking on the » 📚 Commands button!**
|
||||||
|
|
||||||
❔ **To know how to use this bot, please click on the » ❓ Basic Guide button!**""",
|
❔ **To know how to use this bot, please click on the » ❓ Basic Guide button!**
|
||||||
|
""",
|
||||||
reply_markup=InlineKeyboardMarkup(
|
reply_markup=InlineKeyboardMarkup(
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user