summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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 = {