From 4b6ef456167d18ef3bd84a848af45e69c5ecf8ab Mon Sep 17 00:00:00 2001 From: Speedomaster23 <115683230+Speedomaster23@users.noreply.github.com> Date: Thu, 13 Oct 2022 17:04:19 +0530 Subject: [PATCH] Update Commands.py --- LuciferMoringstar_Robot/Commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuciferMoringstar_Robot/Commands.py b/LuciferMoringstar_Robot/Commands.py index 44591176..49775d25 100644 --- a/LuciferMoringstar_Robot/Commands.py +++ b/LuciferMoringstar_Robot/Commands.py @@ -84,7 +84,7 @@ async def start(bot, message): f_caption = f"{files.file_name}" buttons = [ [ - InlineKeyboardButton('🎖 DEPLOY YOURS 🎖', url=f'{TUTORIAL}') + ] ] await bot.send_cached_media( @@ -331,7 +331,7 @@ async def bot_info(bot, message): buttons = [ [ - InlineKeyboardButton('Deploy Video', url=f'{TUTORIAL}') + ] ] await message.reply(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True)