diff --git a/misskaty/plugins/afk.py b/misskaty/plugins/afk.py index 434051f0..9465a04a 100644 --- a/misskaty/plugins/afk.py +++ b/misskaty/plugins/afk.py @@ -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)