More docs

This commit is contained in:
Alex Root Junior 2021-10-12 01:11:53 +03:00
parent 3931253a88
commit f97367b3ee
16 changed files with 415 additions and 100 deletions

View file

@ -1,6 +1,6 @@
Implemented new filter named :code:`MagicData(magic_data)` that helps to filter event by data from middlewares or other filters
For example you bor is running with argument named :code:`config` that contains the application config then you can filter event by value from this config:
For example your bot is running with argument named :code:`config` that contains the application config then you can filter event by value from this config:
.. code_block: python3