mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Call get_me() before initializing the client
This commit is contained in:
parent
f407f88395
commit
ec476aa293
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ class Start:
|
|||
await self.disconnect()
|
||||
raise
|
||||
else:
|
||||
await self.initialize()
|
||||
self.me = await self.get_me()
|
||||
await self.initialize()
|
||||
|
||||
return self
|
||||
|
|
|
|||
Loading…
Reference in a new issue