Update Telethon version

This commit is contained in:
Tulir Asokan
2018-02-25 12:03:45 +02:00
parent 14c2312f9a
commit 836232db00
5 changed files with 8 additions and 6 deletions
-1
View File
@@ -38,7 +38,6 @@ class Bot(AbstractUser):
self.token = token
self.whitelisted = True
self.username = None
self._init_client()
self.chats = {chat.id: chat.type for chat in BotChat.query.all()}
async def start(self):