summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-08 18:12:40 +0100
committerRory& <root@rory.gay>2026-03-20 18:17:47 +0100
commit9e4274512a01fd8596da37dd975ec5b8442fd789 (patch)
treec1988c902573856f082ecc6ef8f78afe4eb2c050
parentMigrate UserDeleteEvent to satisfies, part of #1577 (diff)
downloadserver-ts-9e4274512a01fd8596da37dd975ec5b8442fd789.tar.xz
Migrate ReadyEventData to satisfies, part of #1577
-rw-r--r--src/gateway/opcodes/Identify.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts

index fd0b91fe..111325b0 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts
@@ -682,7 +682,7 @@ export async function onIdentify(this: WebSocket, data: Payload) { flags: 0, }, game_relationships: [], - } as ReadyEventData; + } satisfies ReadyEventData; }); if (this.capabilities.has(Capabilities.FLAGS.AUTH_TOKEN_REFRESH) && tokenData.tokenVersion != CurrentTokenFormatVersion) {