mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Removed the use of the context instance (Bot.get_current) from all placements that were used previously. * Fixed tests * Added changelog * Change category
2 lines
174 B
ReStructuredText
2 lines
174 B
ReStructuredText
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.
|