From c89072b80e2032883f183d9d2dcb0f0fa7eb72bd Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 25 Oct 2022 15:23:41 +0200 Subject: [PATCH] Updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a0b35..43517fd 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ You can see config file with all the comments below: "locale": "uk", # locale file. it's a json located under locale folder "owner": 0, # telegram ID of a bot owner "age_allowed": 0, # minimum age of user that submits application + "birthdays_notify": true, # notify admin group about birthdays + "birthdays_time": "09:00", # server time when to notify about birthdays "admin_group": 0, # telegram ID of a admin's group "destination_group": 0, # telegram ID of a user's group "admins": [], # list of telegram ID's of users that are admins @@ -47,7 +49,7 @@ You can see config file with all the comments below: "locale": "locale" # location of locale folder. can be relative or absolute }, "commands": { # user command and its description - "start": "Start using the bot" + "reapply": "Fill the application again" }, "commands_admin": { # admin commands and their description "reboot": "Restart the bot",