From bf7c23bb34c881d92d90acfa6d55c7e69913402f Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 13 Dec 2022 10:44:44 +0100 Subject: [PATCH] Updated README --- README.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 98bdedc..511fcb4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Small Telegram bot made on Pyrogram * Give one-time links to join group * Track down users that were not allowed to join * Show applications to other users +* Manage YouTube sponsorships [WIP] +* Send and receive messages to users using bot [WIP] ## Installation @@ -32,8 +34,6 @@ You can see config file with all the comments below: "owner": 0, "bot_id": 0, "age_allowed": 0, - "birthdays_notify": true, - "birthdays_time": "09:00", "api": "http://example.com", "inline_preview_count": 7, "admin_group": 0, @@ -45,29 +45,48 @@ You can see config file with all the comments below: "api_hash": "", "bot_token": "" }, + "database": { + "user": null, + "password": null, + "host": "127.0.0.1", + "port": 27017, + "name": "holochecker" + }, "logging": { "size": 512, "location": "logs" }, + "scheduler": { + "birthdays": { + "time": 9, + "enabled": true + }, + "sponsorships": { + "time": 9, + "enabled": true + } + }, "locations": { - "data": "data", "cache": "cache", "locale": "locale" }, "commands": { "rules": "Check out the rules", - "reapply": "Resubmit the application" + "reapply": "Resubmit the application", + "sponsorship": "Apply for sponsor role" }, "commands_admin": { "reboot": "Restart the bot", - "message": "Send a message", + "message": "Send a message", + "label": "Set user's nickname", "warnings": "Check user's warnings", "application": "Check user's application", "applications": "Retrieve all applications as a JSON" }, "commands_group_admin": { "reboot": "Restart the bot", - "message": "Send a message", + "message": "Send a message", + "label": "Set user's nickname", "warnings": "Check user's warnings", "application": "Check user's application", "applications": "Retrieve all applications as a JSON"