diff --git a/aiogram/bot/base.py b/aiogram/bot/base.py index aec439d0..93e725bf 100644 --- a/aiogram/bot/base.py +++ b/aiogram/bot/base.py @@ -84,9 +84,6 @@ class BaseBot: self.parse_mode = parse_mode - # Data stored in bot instance - self._data = {} - async def close(self): """ Close all client sessions