diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 14:31:13 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-10 14:31:13 +0200 |
commit | 82205520ed302aa5a91fc6a770e7ecf2b6ccc043 (patch) | |
tree | 6db95595114cca879f040409f40aca23be0bd0b3 /gateway | |
parent | :sparkles: migrate script (diff) | |
download | server-82205520ed302aa5a91fc6a770e7ecf2b6ccc043.tar.xz |
:bug: fix Emoji missing in identify
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/src/opcodes/Identify.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gateway/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts index 16ea1904..5950105a 100644 --- a/gateway/src/opcodes/Identify.ts +++ b/gateway/src/opcodes/Identify.ts @@ -65,6 +65,7 @@ export async function onIdentify(this: WebSocket, data: Payload) { "guild", "guild.channels", "guild.emojis", + "guild.emojis.user", "guild.roles", "guild.stickers", "user", |