diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-30 17:30:24 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-30 17:30:24 +0500 |
| commit | 92dc16d64e45b7f3a0f994e3fb547bfd04f5a99e (patch) | |
| tree | a34a599e83aa21cac43e6f941ac7092ca6f3f702 /units/sn_get.zsh | |
| parent | 0767ea1d989d57085ba30013b1a20ee0190bd147 (diff) | |
bot: Make error messages more clear
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'units/sn_get.zsh')
| -rw-r--r-- | units/sn_get.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/sn_get.zsh b/units/sn_get.zsh index b497e6b..e11d3a2 100644 --- a/units/sn_get.zsh +++ b/units/sn_get.zsh @@ -13,7 +13,7 @@ fi if [[ "${file_id}" = "null" ]] then - output_text="Could not find an image in replied message" + output_text="Could not find image in replied message" return 0 fi |
