From d2a4b4f3cff2404b83d17595978c5c881a2ebefe Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:02:23 +1000 Subject: [PATCH] add capabilities --- src/stores/GatewayConnectionStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/GatewayConnectionStore.ts b/src/stores/GatewayConnectionStore.ts index 4000cf0b..2986795f 100644 --- a/src/stores/GatewayConnectionStore.ts +++ b/src/stores/GatewayConnectionStore.ts @@ -225,6 +225,7 @@ export default class GatewayConnectionStore { op: GatewayOpcodes.Identify, d: { token: this.app.token!, + capabilities: 16381, properties: { browser: "Spacebar Web", client_build_number: 0,