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