Skip to content

Commit

Permalink
add capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Aug 5, 2023
1 parent 169af33 commit d2a4b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/GatewayConnectionStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d2a4b4f

Please sign in to comment.