From cf5fa28a67405090bf26033591e1d844589692bb Mon Sep 17 00:00:00 2001 From: vihangapahasara <92439499+vihangapahasara@users.noreply.github.com> Date: Tue, 19 Oct 2021 13:02:11 +0530 Subject: [PATCH] Update commands.py --- plugins/commands.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index 10bdf930..47b0483b 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -22,7 +22,7 @@ async def start(client, message): ], [ InlineKeyboardButton( - "⭕️ JOIN OUR CHANNEL ⭕️", url="https://t.me/TroJanzHEX") + "⭕️ මගේ group එක ⭕️", url="https://t.me/joinchat/Q1uroGQ645U1OTg1") ] ] ), @@ -45,7 +45,7 @@ async def help(client, message): ], [ InlineKeyboardButton( - "⭕️ SUPPORT ⭕️", url="https://t.me/TroJanzSupport") + "⭕️ මගේ ලොක්ක ⭕️", url="https://t.me/viha_is_power") ] ] ), @@ -63,16 +63,16 @@ async def about(client, message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("BACK", callback_data="help_data"), + InlineKeyboardButton("ආපහු", callback_data="help_data"), InlineKeyboardButton("START", callback_data="start_data"), ], [ InlineKeyboardButton( - "SOURCE CODE", url="https://github.com/TroJanzHEX/Auto-Filter-Bot-V2") + "SOURCE CODE එක වහල", url="https://t.me/joinchat/Q1uroGQ645U1OTg1") ] ] ), reply_to_message_id=message.message_id ) except: - pass \ No newline at end of file + pass