mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 12:36:08 +00:00
fix: xd
This commit is contained in:
parent
3350570334
commit
d9aef4335d
@ -301,7 +301,7 @@ export class Shard {
|
|||||||
clearTimeout(this.connectionTimeout);
|
clearTimeout(this.connectionTimeout);
|
||||||
this.connectionTimeout = undefined;
|
this.connectionTimeout = undefined;
|
||||||
if (hasIntent(this.options.intents, 'Guilds')) {
|
if (hasIntent(this.options.intents, 'Guilds')) {
|
||||||
this.pendingGuilds = new Set(...packet.d.guilds.map(guild => guild.id));
|
this.pendingGuilds = new Set(packet.d.guilds.map(guild => guild.id));
|
||||||
}
|
}
|
||||||
|
|
||||||
this.data.resume_gateway_url = packet.d.resume_gateway_url;
|
this.data.resume_gateway_url = packet.d.resume_gateway_url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user