diff --git a/package-lock.json b/package-lock.json index 782b2c3a..8eb62e83 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 498e9bb3..12bde489 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Fosscord", "license": "ISC", "dependencies": { - "@fosscord/server-util": "^1.3.29", + "@fosscord/server-util": "^1.3.38", "ajv": "^8.5.0", "dotenv": "^8.2.0", "jsonwebtoken": "^8.5.1", 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 = {