From 26a8a94f99b3ee01a2905da59cb89dc8a4e39615 Mon Sep 17 00:00:00 2001 From: KDLOVERTECH <103243221+KDLOVERTECH@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:42:41 +0530 Subject: [PATCH] Update commands.py --- plugins/commands.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index 4cc8c81..9c798a1 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -243,12 +243,12 @@ async def help(client, message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("🔰Join Channel🔰", url="https://t.me/malluinstafollowers"), + InlineKeyboardButton("🔰Join Channel🔰", url="https://t.me/KDLOVERTECH"), InlineKeyboardButton("About Me", callback_data="about_data") ], [ - InlineKeyboardButton("🔰Join Group🔰", url="https://t.me/malluinstaufollowers"), - InlineKeyboardButton("details about Group", url="https://t.me/Malluinstabot") + InlineKeyboardButton("🔰Join Group🔰", url="https://t.me/KDLOVERTECH"), + InlineKeyboardButton("details about Group", url="https://t.me/KDLOVERTECH_bot") ] ] ),