Updated readme

This commit is contained in:
Profitroll 2022-10-25 15:23:41 +02:00
parent 77d9c3e91c
commit c89072b80e

View File

@ -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 "locale": "uk", # locale file. it's a json located under locale folder
"owner": 0, # telegram ID of a bot owner "owner": 0, # telegram ID of a bot owner
"age_allowed": 0, # minimum age of user that submits application "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 "admin_group": 0, # telegram ID of a admin's group
"destination_group": 0, # telegram ID of a user's group "destination_group": 0, # telegram ID of a user's group
"admins": [], # list of telegram ID's of users that are admins "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 "locale": "locale" # location of locale folder. can be relative or absolute
}, },
"commands": { # user command and its description "commands": { # user command and its description
"start": "Start using the bot" "reapply": "Fill the application again"
}, },
"commands_admin": { # admin commands and their description "commands_admin": { # admin commands and their description
"reboot": "Restart the bot", "reboot": "Restart the bot",