mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 10:34:51 +00:00
lupaa
This commit is contained in:
parent
44c59927be
commit
8bd46d253c
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def command(
|
|||
async def decorator(client, message: pyrogram.types.Message):
|
||||
if is_disabled:
|
||||
return await message.reply_text("Sorry, this command has been disabled by owner.")
|
||||
if no_channel:
|
||||
if not message.from_user:
|
||||
return await message.reply_text("I'm cannot identify user. Use my command in private chat.")
|
||||
if (
|
||||
self_admin
|
||||
|
|
|
|||
Loading…
Reference in a new issue