Add comments

This commit is contained in:
poka 2020-09-04 02:33:43 +02:00
parent 8e690180b0
commit 0c0fbca6a7
3 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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"