update readme

This commit is contained in:
localhost_frssoft 2022-11-25 19:06:47 +03:00
parent ee47200831
commit fa1b4eed29
1 changed files with 3 additions and 1 deletions

View File

@ -6,12 +6,14 @@ This is a bot which implements group functionality in Mastodon.
* Welcome message of new members * Welcome message of new members
* Limit of toots per hour * Limit of toots per hour
* Duplicate protection * Duplicate protection
* Reply protection (if thread broken)
* Order limit * Order limit
* Notification cleaning * Notification cleaning
* Logging * Logging
* Admin commands * Admin commands
### Admin commands ### Admin commands
* boost \<Toot ID>
* unboost \<Toot ID> * unboost \<Toot ID>
* delete \<Toot ID> * delete \<Toot ID>
@ -66,4 +68,4 @@ cp ./services/openrc/mastodon-group-bot /etc/init.d/mastodon-group-bot
# Usage # Usage
``` ```
mastodon-group-bot -config <path> -db <path> -log <path> mastodon-group-bot -config <path> -db <path> -log <path>
``` ```