🐛 fix identify
This commit is contained in:
parent
1a2b5caee2
commit
89245e2f35
2279
package-lock.json
generated
2279
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@
|
|||||||
"author": "Fosscord",
|
"author": "Fosscord",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fosscord/server-util": "^1.3.29",
|
"@fosscord/server-util": "^1.3.38",
|
||||||
"ajv": "^8.5.0",
|
"ajv": "^8.5.0",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
|
@ -97,6 +97,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
|||||||
username: user.username,
|
username: user.username,
|
||||||
verified: user.verified,
|
verified: user.verified,
|
||||||
bot: user.bot,
|
bot: user.bot,
|
||||||
|
accent_color: user.accent_color || 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
const d: ReadyEventData = {
|
const d: ReadyEventData = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user