diff --git a/src/websocket/discord/shard.ts b/src/websocket/discord/shard.ts index 590cf0c..98e3dd6 100644 --- a/src/websocket/discord/shard.ts +++ b/src/websocket/discord/shard.ts @@ -128,7 +128,7 @@ export class Shard { d: { token: `Bot ${this.options.token}`, compress: this.options.compress, - properties, + properties: this.options.properties ?? properties, shard: [this.id, this.options.info.shards], intents: this.options.intents, presence: this.options.presence,