From ce9eb12b63d24962a65b73410a893c104fdc5e33 Mon Sep 17 00:00:00 2001 From: Yuki Sireneva Date: Wed, 6 Nov 2024 20:13:37 +0300 Subject: [PATCH] remove help --- handlers/cm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/handlers/cm.py b/handlers/cm.py index cca8be9..b212bfa 100644 --- a/handlers/cm.py +++ b/handlers/cm.py @@ -15,8 +15,6 @@ the_bot_id = alterpy.context.the_bot_id ch_list: list[utils.ch.CommandHandler] = [] -utils.help.add(ch_list, ['man', 'ман'], ['help', 'command']) - initial_handlers = ch_list[:] handlers_dir = "handlers/commands"