From b63e71cd36dbbdb5b09e9e23cb933e188423837d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 28 Jul 2023 22:19:31 +0300 Subject: [PATCH] Added changelog --- CHANGES/1230.breaking.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/1230.breaking.rst diff --git a/CHANGES/1230.breaking.rst b/CHANGES/1230.breaking.rst new file mode 100644 index 00000000..bc1bc5b8 --- /dev/null +++ b/CHANGES/1230.breaking.rst @@ -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.