mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +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
|
self.parse_mode = parse_mode
|
||||||
|
|
||||||
# Data stored in bot instance
|
|
||||||
self._data = {}
|
|
||||||
|
|
||||||
async def close(self):
|
async def close(self):
|
||||||
"""
|
"""
|
||||||
Close all client sessions
|
Close all client sessions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue