Skip to content

Commit

Permalink
Miss
Browse files Browse the repository at this point in the history
  • Loading branch information
aryazakaria01 authored Oct 11, 2021
1 parent d1d78e5 commit d031e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeldris/modules/cust_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def rmall_callback(update, context):
if member.status == "member":
query.answer("You need to be admin to do this.")
elif query.data == 'filters_cancel':
if member.status == "creator" or query.from_user.id in DRAGONS:
if member.status == "creator" or query.from_user.id in DEV_USERS:
msg.edit_text("Clearing of all filters has been cancelled.")
return
if member.status == "administrator":
Expand Down

0 comments on commit d031e68

Please sign in to comment.