mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230)
* Removed the use of the context instance (Bot.get_current) from all placements that were used previously. * Fixed tests * Added changelog * Change category
This commit is contained in:
parent
479e302cba
commit
2ecf9cefd7
11 changed files with 45 additions and 49 deletions
2
CHANGES/1230.removal.rst
Normal file
2
CHANGES/1230.removal.rst
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Removed the use of the context instance (Bot.get_current) from all placements that were used previously.
|
||||
This is to avoid the use of the context instance in the wrong place.
|
||||
Loading…
Add table
Add a link
Reference in a new issue