2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 22:35:36 +00:00

Store "me" user object before starting dispatcher (#1042)

This commit is contained in:
Mahesh
2022-07-16 22:55:26 +05:30
committed by GitHub
parent d1e8b3bf1e
commit 298d361092

View File

@@ -44,8 +44,8 @@ class Initialize:
self.load_plugins() self.load_plugins()
await self.dispatcher.start()
self.me = await self.get_me() self.me = await self.get_me()
await self.dispatcher.start()
self.is_initialized = True self.is_initialized = True