fix: send identify properties

This commit is contained in:
MARCROCK22 2024-03-23 22:26:05 -04:00
parent 060e22b172
commit 751568fb59

View File

@ -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,