From e5f9b9217187717a61fb4b5c8d4d7b24641be074 Mon Sep 17 00:00:00 2001 From: Hemas0308 <81526699+Hemas0308@users.noreply.github.com> Date: Thu, 13 May 2021 22:19:26 +0400 Subject: [PATCH] Update commands.py --- plugins/commands.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index 10bdf930..5e49467f 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -17,12 +17,12 @@ async def start(client, message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("HELP", callback_data="help_data"), - InlineKeyboardButton("ABOUT", callback_data="about_data"), + InlineKeyboardButton("சேனல்", url="https://t.me/aedahamlibrary1"), + InlineKeyboardButton("சேனல் ", url="https://t.me/librarytamil"), ], [ InlineKeyboardButton( - "⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX") + "JOIN OUR Group", url="https://t.me/aedahamlibrary_noolakam") ] ] ), @@ -40,12 +40,12 @@ async def help(client, message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("BACK", callback_data="start_data"), - InlineKeyboardButton("ABOUT", callback_data="about_data"), + InlineKeyboardButton("சேனல்", url="https://t.me/aedahamlibrary1"), + InlineKeyboardButton("சேனல் ", url="https://t.me/librarytamil"), ], [ InlineKeyboardButton( - "⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport") + "JOIN OUR Group", url="https://t.me/aedahamlibrary_noolakam") ] ] ), @@ -63,16 +63,16 @@ async def about(client, message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("BACK", callback_data="help_data"), - InlineKeyboardButton("START", callback_data="start_data"), + InlineKeyboardButton("சேனல்", url="https://t.me/aedahamlibrary1"), + InlineKeyboardButton("சேனல் ", url="https://t.me/librarytamil"), ], [ InlineKeyboardButton( - "SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2") + "JOIN OUR Group", url="https://t.me/aedahamlibrary_noolakam") ] ] ), reply_to_message_id=message.message_id ) except: - pass \ No newline at end of file + pass