summary refs log tree commit diff
path: root/gateway
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:31:13 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:31:13 +0200
commit82205520ed302aa5a91fc6a770e7ecf2b6ccc043 (patch)
tree6db95595114cca879f040409f40aca23be0bd0b3 /gateway
parent:sparkles: migrate script (diff)
downloadserver-82205520ed302aa5a91fc6a770e7ecf2b6ccc043.tar.xz
:bug: fix Emoji missing in identify
Diffstat (limited to 'gateway')
-rw-r--r--gateway/src/opcodes/Identify.ts1
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",