Update command_handlers.py

Change wording to add URL or PSK for channel dir
This commit is contained in:
TC² 2024-07-11 09:52:35 -04:00
parent c7fbc4eb5f
commit 1891ea2776

View file

@ -349,7 +349,7 @@ def handle_channel_directory_steps(sender_id, message, step, state, interface):
elif step == 3: elif step == 3:
channel_name = message channel_name = message
send_message("Send a message with your channel URL:", sender_id, interface) send_message("Send a message with your channel URL or PSK:", sender_id, interface)
update_user_state(sender_id, {'command': 'CHANNEL_DIRECTORY', 'step': 4, 'channel_name': channel_name}) update_user_state(sender_id, {'command': 'CHANNEL_DIRECTORY', 'step': 4, 'channel_name': channel_name})
elif step == 4: elif step == 4: