From e6a5d0e37123ab42ff824ef1eb9828433dc830fd Mon Sep 17 00:00:00 2001 From: ReneKlever Date: Tue, 8 Apr 2025 18:55:18 +0200 Subject: [PATCH] Update command_handlers.py --- command_handlers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/command_handlers.py b/command_handlers.py index ba46602..7e6e86d 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -50,8 +50,6 @@ def build_menu(items, menu_name, mails): menu_str += "[W]all of Shame\n" return menu_str - - def handle_help_command(sender_id, interface, menu_name=None): if menu_name: update_user_state(sender_id, {'command': 'MENU', 'menu': menu_name, 'step': 1})