Skip to content

Commit

Permalink
upd README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanoff committed Jan 5, 2024
1 parent 56cecf9 commit 7b4994a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

This is just a project template for writing telegram bots. The project has linter, logger, docker, dot-env configured.

## Features

- SQLite (user info storage)
- custom aiogram middlewares ([middlewares.py](app/bot_controller/middlewares.py))
- custom aiogram router ([router.py](app/bot_controller/router.py))

## Command list

- `/help` - view all commands
Expand Down

0 comments on commit 7b4994a

Please sign in to comment.