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:
parent
07c609de87
commit
331008aa14
2 changed files with 47 additions and 25 deletions
|
@ -1,2 +1,4 @@
|
|||
TOKEN=
|
||||
MAIN_GROUP_ID=
|
||||
EDIT_MESSAGE_ID=
|
||||
ADD_CALENDAR_LINK=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue