mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Whitespace in changelog
This commit is contained in:
parent
1b9e666557
commit
35533c57f1
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ Features
|
||||||
- Added possibility to combine filters or invert result
|
- Added possibility to combine filters or invert result
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
Text(text="demo") | Command(commands=["demo"])
|
Text(text="demo") | Command(commands=["demo"])
|
||||||
MyFilter() & AnotherFilter()
|
MyFilter() & AnotherFilter()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue