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)