diff --git a/plugins/pm_filter.py b/plugins/pm_filter.py index db4e43da8..ba8360ff4 100644 --- a/plugins/pm_filter.py +++ b/plugins/pm_filter.py @@ -764,7 +764,7 @@ async def advantage_spell_chok(msg): movielist += [(re.sub(r'(\-|\(|\)|_)', '', i, flags=re.IGNORECASE)).strip() for i in gs_parsed] movielist = list(dict.fromkeys(movielist)) # removing duplicates if not movielist: - k = await msg.reply("Hey Sona! Mujhe is naam se koi movie nhi mili, Mujhe lgta hai ki aapne spelling galat likh dii h 🤷‍♀️!\nPlease check your spelling once again 🤦‍♀️... or \n Discuss your problem with our admin here 👉 @discussion_groupp ") + k = await msg.reply(" ಹಾಯ್, ನೀವು ಹುಡುಕುತಿರುವ ಮೂವಿ ಬಿಡುಗಡೆ ಆಗಿಲ್ಲ, ಅಥವಾ ನೀವು ತಪ್ಪು ಬರೆದಿರಬಹುದು 😄 !\nPlease check your spelling once again 🤦‍♀️... ") await asyncio.sleep(8) await k.delete() return @@ -776,7 +776,7 @@ async def advantage_spell_chok(msg): ) ] for k, movie in enumerate(movielist)] btn.append([InlineKeyboardButton(text="Close", callback_data=f'spolling#{user}#close_spellcheck')]) - await msg.reply("Hey Sona! Mujhe is naam se koi movie nhi mili, Mujhe lgta hai ki aapne spelling galat likh dii h 🤷‍♀️!\nPlease check your spelling once again 🤦‍♀️... or \n Discuss your problem with our admin here 👉 @discussion_groupp ", + await msg.reply("ಹಾಯ್, ನೀವು ಹುಡುಕುತಿರುವ ಮೂವಿ ಬಿಡುಗಡೆ ಆಗಿಲ್ಲ, ಅಥವಾ ನೀವು ತಪ್ಪು ಬರೆದಿರಬಹುದು 😄 \nPlease check your spelling once again 🤦‍♀️....", reply_markup=InlineKeyboardMarkup(btn))