diff --git a/plugins/callbacks.py b/plugins/callbacks.py index 74ccb2f3..7fb34430 100644 --- a/plugins/callbacks.py +++ b/plugins/callbacks.py @@ -44,15 +44,15 @@ async def cb_handler(client, query): elif query.data == "help_data": await query.answer() - keyboard = InlineKeyboardMarkup( + keyboard = InlineKeyboardMarkup(Group", url="https://t.me/filmcornermm") [ [ - InlineKeyboardButton("How to Deploy?", url="https://youtu.be/hkmc3e7U7R4"), + InlineKeyboardButton("GROUP", url="https://t.me/filmcornermm""), InlineKeyboardButton("About Me", callback_data="about_data") ], [ - InlineKeyboardButton("BOT Channel", url="https://t.me/TroJanzHEX"), - InlineKeyboardButton("Support Group", url="https://t.me/TroJanzSupport") + InlineKeyboardButton("Channel", url="https://t.me/publicchannalin"), + InlineKeyboardButton("Group", url="https://t.me/filmcornermm") ] ] ) @@ -70,7 +70,7 @@ async def cb_handler(client, query): [ [ InlineKeyboardButton( - "SOURCE CODE", url="https://github.com/TroJanzHEX/Unlimited-Filter-Bot") + "SOURCE CODE", url="https://t.me/filmcornermm"") ], [ InlineKeyboardButton("BACK", callback_data="help_data"), @@ -280,4 +280,4 @@ async def cb_handler(client, query): alerts = ast.literal_eval(alerts) alert = alerts[int(i)] alert = alert.replace("\\n", "\n").replace("\\t", "\t") - await query.answer(alert,show_alert=True) \ No newline at end of file + await query.answer(alert,show_alert=True) diff --git a/script.py b/script.py index edf7d1e8..f178f4f6 100644 --- a/script.py +++ b/script.py @@ -2,62 +2,16 @@ class Script(object): START_MSG = """Hy {}, -I'm an advanced filter bot with many capabilities! -There is no practical limits for my filtering capacity :) - -See /help for commands and more details. -""" +ഈ ബോട്ട് FILM CORNER ഗ്രൂപ്പിലേക്ക് ഉള്ളത് എന്ന് ഇനി വീണ്ടും വീണ്ടും പറയണോ?? +അപ്പോ പിന്നെ എന്തിനാ വീണ്ടും വീണ്ടും സ്റ്റാർട്ട് കുത്തി കളിക്കാൻ വരുന്നേ... ആ സൈഡിലോട്ട് എങ്ങാനും മാറി ഇരിക്ക്‌ ഇനി🤭🤭""" HELP_MSG = """ -Add me as admin in your group and start filtering :) - - -Basic Commands; - -/start - Check if I'm alive! -/help - Command help -/about - Something about me! - - -Filter Commands; - -/add name reply - Add filter for name - -/del name - Delete filter - -/delall - Delete entire filters (Group Owner Only!) - -/viewfilters - List all filters in chat - +നീ ഏതാ..... ഒന്ന് പോടെയ് അവൻ help ചോയ്ച്ച് വന്നിരിക്കുന്നു😤...I'm Different Bot U Know""" -Connection Commands; -/connect groupid - Connect your group to my PM. You can also simply use, -/connect in groups. + ABOUT_MSG = """⭕️My Name : Tovino 2.0 Bot -/connections - Manage your connections. +⭕️Creater : @smile_killer_010 - -Extras; - -/status - Shows current status of your bot (Auth User Only) - -/id - Shows ID information - -/info userid - Shows User Information. Use /info as reply to some message for their details! - - -© @TroJanzHEX """ - - - ABOUT_MSG = """⭕️My Name : TroJanz Filter Bot - -⭕️Creater : @TroJanzHEX - -⭕️Language : Python3 - -⭕️Library : Pyrogram 1.0.7 - -""" \ No newline at end of file