From 0c0fbca6a7e35400e9cb761f54e3e7e4464fbfd3 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 4 Sep 2020 02:33:43 +0200 Subject: [PATCH] Add comments --- README.md | 1 + start-abog.sh | 2 ++ start-tbog.sh | 2 ++ 3 files changed, 5 insertions(+) diff --git a/README.md b/README.md index cd310f2..114c512 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ Il peut se connecter et être utilisé via: - Telegram ATTENTION: Ce bot est actuellement en version alpha et en dévelopement intensif. Veuillez en prendre soin et l'utiliser avec précaution =) + En cas de problème, merci d'ouvrir un ticket sur le repo officiel: https://git.p2p.legal/axiom-team/BoG/issues diff --git a/start-abog.sh b/start-abog.sh index faa07fd..7b7b8aa 100755 --- a/start-abog.sh +++ b/start-abog.sh @@ -1,3 +1,5 @@ +# Use this script to start or restart a rocket.chat bog instance + [[ -f .env ]] && source .env export RESPOND_TO_DM=true export RESPOND_TO_EDITED=true diff --git a/start-tbog.sh b/start-tbog.sh index 8284001..2553d6d 100755 --- a/start-tbog.sh +++ b/start-tbog.sh @@ -1,3 +1,5 @@ +# Use this script to start or restart a Telegram bog instance + [[ -f .env ]] && source .env export TELEGRAM_INTERVAL=3500 export TOOL="telegram"