mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 21:49:42 +03:00
Removed trash
This commit is contained in:
@@ -12,7 +12,6 @@ class NeuroApiBot:
|
|||||||
def __init__(self, token: str) -> None:
|
def __init__(self, token: str) -> None:
|
||||||
self.bot = Bot(token)
|
self.bot = Bot(token)
|
||||||
self.dp = Dispatcher()
|
self.dp = Dispatcher()
|
||||||
self._instances
|
|
||||||
|
|
||||||
def __new__(cls, token: str) -> 'NeuroApiBot':
|
def __new__(cls, token: str) -> 'NeuroApiBot':
|
||||||
assert isinstance(token, str)
|
assert isinstance(token, str)
|
||||||
|
|||||||
Reference in New Issue
Block a user