From 1891ea2776f323d1e687904f12c3d489b15d7965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TC=C2=B2?= <130875305+TheCommsChannel@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:52:35 -0400 Subject: [PATCH] Update command_handlers.py Change wording to add URL or PSK for channel dir --- command_handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_handlers.py b/command_handlers.py index 3869429..9f19109 100644 --- a/command_handlers.py +++ b/command_handlers.py @@ -349,7 +349,7 @@ def handle_channel_directory_steps(sender_id, message, step, state, interface): elif step == 3: 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}) elif step == 4: