Skip to content

Commit

Permalink
Update set_filters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shahsad-kp authored Jun 12, 2021
1 parent f1e1909 commit 0fb9b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InlineBot/plugins/set_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async def del_filter(client: CodeXBotz, message: Message):
except:
await message.reply_text(
"<i>Mention the filtername which you wanna delete!</i>\n\n"
"<code>/del filtername</code>\n\n"
f"<code>/{DELETE_COMMAND.lower()} filtername</code>\n\n"
"Use /filters to view all available filters",
quote=True
)
Expand Down Expand Up @@ -303,4 +303,4 @@ async def delcancel(client: CodeXBotz, query: CallbackQuery):
text = 'Process Cancelled',
reply_markup = None
)
return
return

0 comments on commit 0fb9b12

Please sign in to comment.