mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Fix
This commit is contained in:
parent
74d1eae1bc
commit
213938f2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ async def url_detector(_, message):
|
|||
if not text or not user:
|
||||
return
|
||||
mods = await list_admins(chat_id)
|
||||
if user.id in mods or user.id in SUDOERS:
|
||||
if user.id in mods or user.id in SUDO:
|
||||
return
|
||||
|
||||
check = get_urls_from_text(text)
|
||||
|
|
|
|||
Loading…
Reference in a new issue