Update command_handlers.py

This commit is contained in:
ReneKlever 2025-04-08 18:55:18 +02:00 committed by GitHub
parent 9f72b1752d
commit e6a5d0e371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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})