mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-09 05:04: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:
|
if not text or not user:
|
||||||
return
|
return
|
||||||
mods = await list_admins(chat_id)
|
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
|
return
|
||||||
|
|
||||||
check = get_urls_from_text(text)
|
check = get_urls_from_text(text)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue