diff --git a/command_handlers.py b/command_handlers.py index 16157db..8daa3be 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -62,7 +62,7 @@ def handle_help_command(sender_id, interface, menu_name=None): else: update_user_state(sender_id, {'command': 'MAIN_MENU', 'step': 1}) # Reset to main menu state mail = get_mail(get_node_id_from_num(sender_id, interface)) - response = build_menu(main_menu_items, f"💾TC² BBS💾 (✉️:{len(mail)})") + response = build_menu(main_menu_items, f"💾Disaster Comms BBS💾 (✉️:{len(mail)})") send_message(response, sender_id, interface) def get_node_name(node_id, interface): @@ -665,4 +665,4 @@ def handle_list_channels_command(sender_id, interface): def handle_quick_help_command(sender_id, interface): response = ("✈️QUICK COMMANDS✈️\nSend command below for usage info:\nSM,, - Send " "Mail\nCM - Check Mail\nPB,, - Post Bulletin\nCB,, - Check Bulletins\n") - send_message(response, sender_id, interface) + send_message(response, sender_id, interface) \ No newline at end of file