summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-07 16:11:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-07 16:11:28 +0200
commit89245e2f35e270c42d357822aa31b9c6cfbe3712 (patch)
treebfe77743e2deeaf7ca46d93e796df138873cfe1c /src
parentMerge pull request #76 from luth31/master (diff)
downloadserver-89245e2f35e270c42d357822aa31b9c6cfbe3712.tar.xz
:bug: fix identify
Diffstat (limited to 'src')
-rw-r--r--src/opcodes/Identify.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opcodes/Identify.ts b/src/opcodes/Identify.ts

index ab2fc301..74c98ede 100644 --- a/src/opcodes/Identify.ts +++ b/src/opcodes/Identify.ts
@@ -97,6 +97,7 @@ export async function onIdentify(this: WebSocket, data: Payload) { username: user.username, verified: user.verified, bot: user.bot, + accent_color: user.accent_color || 0, }; const d: ReadyEventData = {