diff options
author | V3L0C1T13S <51764975+V3L0C1T13S@users.noreply.github.com> | 2023-01-16 23:44:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 15:44:29 +1100 |
commit | eb2f6ab79a68adae910c6823eabaaa14b534c106 (patch) | |
tree | 6f845315ceb306737afbbf457ef23f9dedf1f6dd /src/gateway | |
parent | Fix deleting an application if it has a bot (diff) | |
download | server-eb2f6ab79a68adae910c6823eabaaa14b534c106.tar.xz |
send GUILD_CREATE after READY event (#938)
* Fix lazy guilds being sent before READY event * Make casing consistent
Diffstat (limited to 'src/gateway')
-rw-r--r-- | src/gateway/opcodes/Identify.ts | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts |