diff options
| -rwxr-xr-x | bot.sh | 3 | ||||
| -rw-r--r-- | submodules/help | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -9,6 +9,7 @@ set -e umask 77 +version="1.0" dir="${0%/*}" cache="${dir}/cache/${$}" config="${dir}/config" @@ -50,7 +51,7 @@ fi if [ -n "${help}" ] then - echo "Sekoohaka Bot" \ + echo "Sekoohaka Bot v${version}" \ "\n\nUsage: ${0} [options] [token]" \ "\n\nOptions:" \ "\n -h\t\tShow help information" \ diff --git a/submodules/help b/submodules/help index 4624b4c..b0b2414 100644 --- a/submodules/help +++ b/submodules/help @@ -4,7 +4,7 @@ # Copyright (C) 2024 Danil Lisin # SPDX-License-Identifier: Apache-2.0 -help_text="$(echo "<b>Sekoohaka Bot</b>" \ +help_text="$(echo "<b>Sekoohaka Bot v${version}</b>" \ "\n\n<b>Fields descriptions:</b>" \ "\n[command] - Inline command" \ "\n[b] - Image board" \ |
