mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
fix: send identify properties
This commit is contained in:
parent
060e22b172
commit
751568fb59
@ -128,7 +128,7 @@ export class Shard {
|
|||||||
d: {
|
d: {
|
||||||
token: `Bot ${this.options.token}`,
|
token: `Bot ${this.options.token}`,
|
||||||
compress: this.options.compress,
|
compress: this.options.compress,
|
||||||
properties,
|
properties: this.options.properties ?? properties,
|
||||||
shard: [this.id, this.options.info.shards],
|
shard: [this.id, this.options.info.shards],
|
||||||
intents: this.options.intents,
|
intents: this.options.intents,
|
||||||
presence: this.options.presence,
|
presence: this.options.presence,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user