Skip to content

Commit 76ec336

Browse files
Переход на aiogram 3 (#12)
1 parent de7b1f0 commit 76ec336

File tree

140 files changed

+4990
-1643
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+4990
-1643
lines changed

.github/workflows/ci.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ci
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-python@v2
12+
with:
13+
python-version: 3.x
14+
- run: pip install mkdocs-material
15+
- run: mkdocs gh-deploy --force

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ venv/
22
.idea/
33

44
# Каталог сборки
5-
docs/
5+
docs/
6+
7+
# .env-файлы
8+
.env

.gitlab-ci.yml

-25
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2021
3+
Copyright (c) 2020-2022
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+10-5

book_src/buttons.md

+326-170

book_src/filters-and-middlewares.md

+701

book_src/fsm.md

+286-178
11.8 KB

book_src/images/buttons/l03_3.png

14.3 KB
21.9 KB
24.9 KB
17.6 KB
41.3 KB
8.58 KB
34.4 KB
66.5 KB
5.14 KB
24.3 KB
8.78 KB
8.54 KB
150 KB
11.9 KB

book_src/images/messages/l02_3.png

-9.02 KB
Binary file not shown.

book_src/images/messages/l02_4.png

-60.5 KB
Binary file not shown.

book_src/images/messages/l02_5.png

-18.9 KB
Binary file not shown.

book_src/images/messages/l02_6.png

-87 KB
Binary file not shown.
27 KB
105 KB
28 KB
8.58 KB
11.4 KB
Binary file not shown.

book_src/index.md

+26-13

0 commit comments

Comments
 (0)