Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LuciferMoringstar_Robot/Commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
14 changes: 3 additions & 11 deletions LuciferMoringstar_Robot/Filter/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down Expand Up @@ -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)
7 changes: 3 additions & 4 deletions LuciferMoringstar_Robot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""