feat: add multiple env options to simplify personal deployments

* ADD_CALENDAR_LINK: bool (defaults to True): do not send "Add to calendar" links
* EDIT_MESSAGE_ID: int (default to None): do not send initial message,
  instead edit the given one.
This commit is contained in:
Arthur K. 2025-05-21 15:41:27 +03:00
parent 07c609de87
commit 331008aa14
Signed by: wzray
GPG key ID: B97F30FDC4636357
2 changed files with 47 additions and 25 deletions

View file

@ -1,2 +1,4 @@
TOKEN=
MAIN_GROUP_ID=
EDIT_MESSAGE_ID=
ADD_CALENDAR_LINK=