diff --git a/LuciferMoringstar_Robot/Commands.py b/LuciferMoringstar_Robot/Commands.py index 44591176..533a65e1 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}') + InlineKeyboardButton('⬆️ENJOY YOUR MOVIE⬆️', callback_data="help") ] ] await bot.send_cached_media( diff --git a/LuciferMoringstar_Robot/Filter/Main.py b/LuciferMoringstar_Robot/Filter/Main.py index 0208a300..34f68c43 100644 --- a/LuciferMoringstar_Robot/Filter/Main.py +++ b/LuciferMoringstar_Robot/Filter/Main.py @@ -275,19 +275,11 @@ async def cb_handler(client: Client, query: CallbackQuery): ) return elif query.data == "help": - buttons = [ - [ - InlineKeyboardButton('Making Video', url=f'{TUTORIAL}') - ] - ] + await query.message.edit(text=f"{HELP}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) elif query.data == "about": - buttons = [ - [ - InlineKeyboardButton('Making Video', url=f'{TUTORIAL}') - ] - ] + await query.message.edit(text=f"{ABOUT}", reply_markup=InlineKeyboardMarkup(buttons), disable_web_page_preview=True) @@ -355,4 +347,4 @@ async def cb_handler(client: Client, query: CallbackQuery): elif query.data == "pages": await query.answer() else: - await query.answer("കൌതുകും ലേശം കൂടുതൽ ആണല്ലേ👀",show_alert=True) + await query.answer("Don't Get Smart With Me This is not For You👀",show_alert=True) diff --git a/LuciferMoringstar_Robot/__init__.py b/LuciferMoringstar_Robot/__init__.py index 449d5d82..28ecd43c 100644 --- a/LuciferMoringstar_Robot/__init__.py +++ b/LuciferMoringstar_Robot/__init__.py @@ -28,14 +28,13 @@ """ ABOUT = """ -➥ Name : Auto Filter V3 +➥ Name : LUCIFER V3 -➥ Creator : [Naughty PROFESSOR]( -https://youtube.com/c/NaughtyPROFESSOR) +➥ Creator : [Click Me](https://t.me/mc_developers) ➥ Language : Python3 ➥ Library : Pyrogram Asyncio 1.13.0 -➥ Tutorial : [Click Me](https://youtu.be/5hnYOKBzyi8) +➥ Developer : [Click Me](https://t.me/mc_developers) """