mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Remove BaseBot._data = {}
This commit is contained in:
parent
f5b947d0c8
commit
e0a832f5ba
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue