mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
9ff4755868
commit
7e3b81bb76
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ async def active_afk(_, message):
|
|||
|
||||
|
||||
@app.on_message(filters.command("afkdel") & ~filters.private)
|
||||
@adminsOnly
|
||||
@adminsOnly("can_change_info")
|
||||
async def afk_state(_, message):
|
||||
usage = "**Usage:**\n/afkdel [ENABLE|DISABLE]"
|
||||
if len(message.command) == 1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue