diff --git a/neuroapi/types/_bot.py b/neuroapi/types/_bot.py index 6b9febf..58306bd 100644 --- a/neuroapi/types/_bot.py +++ b/neuroapi/types/_bot.py @@ -12,7 +12,6 @@ class NeuroApiBot: def __init__(self, token: str) -> None: self.bot = Bot(token) self.dp = Dispatcher() - self._instances def __new__(cls, token: str) -> 'NeuroApiBot': assert isinstance(token, str)