diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-08-19 07:02:50 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-08-19 07:02:50 +0500 |
| commit | 3aa56e6b08832578b42ee3738d98430043f8fd22 (patch) | |
| tree | caa2432ff1ac69b0073faeaffe818daa40d922ef | |
| parent | 3e106640ed45c1c28cfed045f6af50f8f2ee8209 (diff) | |
submodules/command_parent: Change quick button text
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | submodules/command_parent.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submodules/command_parent.zsh b/submodules/command_parent.zsh index 39a58d8..957896e 100644 --- a/submodules/command_parent.zsh +++ b/submodules/command_parent.zsh @@ -20,7 +20,7 @@ fi ib_children_ids=($(jq -r ".${ib_iarray}[].${ib_iid}" "${ib_file}")) output_text="<b>Children posts:</b> ${#ib_children_ids}" -keyboard_text1="Open inline" +keyboard_text1="Search posts" keyboard_query1="posts ${ib_board} parent:${ib_post_id}" reply_markup="$( |
