diff --git a/README.md b/README.md index 61e8d86..71dbc15 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Features of this bot: You can use this bot in Telegram by [this nick](https://t.me/truecaptcha_bot) or install it on your own bot-account! + ## Usage +To use this bot you must make him administrator and give restrict users permission + ## Install your own bot You can use systemd for managing bot startup with my [systemd unit file](https://gitlab.com/woem/truecaptcha_bot/blob/master/truecaptcha_bot.service). To use it, you must change `11111111:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA` to your bot's token, and `/path/to/bot/folder` to folder with this bot. Than you should run `systemctl daemon-reload && systemctl start truecaptcha_bot && systemctl enable truecaptcha_bot` and your bot will run even after server reboots.