Modified: README.md
This commit is contained in:
parent
b6485f4e58
commit
9e40377104
|
@ -15,7 +15,7 @@ This bot is designed to simplify the moderation and management of Telegram group
|
||||||
|
|
||||||
- Required: python3.x, poetry/pip
|
- Required: python3.x, poetry/pip
|
||||||
- Clone this repo
|
- Clone this repo
|
||||||
- Telegram API Service on port 5326
|
- Telegram API Service on port 5326(you can run systemd unit in systemd/)
|
||||||
- Move the .env.dist text template to .env and configure him
|
- Move the .env.dist text template to .env and configure him
|
||||||
- First start use `!reload` for parsing members and permissions
|
- First start use `!reload` for parsing members and permissions
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@ This bot is designed to simplify the moderation and management of Telegram group
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Docker
|
- [ ] Docker
|
||||||
- [ ] Systemd unit
|
|
||||||
- [ ] Write antithrotling midlware middleware(anti flood system)
|
- [ ] Write antithrotling midlware middleware(anti flood system)
|
||||||
- [ ] Site for group moderator(in development)
|
- [ ] Site for group moderator(in development)
|
||||||
|
|
||||||
|
|
Reference in New Issue