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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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