Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Client#guilds has no guilds on "ready" event
The "ready" event was sent before Client#guilds being updated, that is because we did not await the method to getUserGuilds to optimize connection latency, though it is no longer necessary as it is only the connection process taking a small additional time and TouchGuild is recognized to be blazing fast enough to handle this properly without feeling "slow".
- Loading branch information