Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lazy guild loading #161

Merged
merged 1 commit into from
Apr 4, 2016
Merged

Fix lazy guild loading #161

merged 1 commit into from
Apr 4, 2016

Commits on Apr 4, 2016

  1. Fix lazy-loading of guilds not working

    We're moving to lazy-loading guilds, meaning bots now recieve a READY
    packet with guilds that only have 'id' and 'unavailable' fields. Post
    READY, the client then lazyily recieves GUILD_CREATE's for the rest of
    the guilds it's in. Previously we assumed the first instance of the
    guild we got (from ready) had all the required information, now we need
    to use the GUILD_CREATE if the guild was marked as unavailable.
    b1naryth1ef committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    019d0fe View commit details
    Browse the repository at this point in the history