mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fmt
This commit is contained in:
+4
-1
@@ -110,7 +110,10 @@ export async function createShard(
|
||||
break;
|
||||
case GatewayOpcode.InvalidSession:
|
||||
eventHandlers.debug?.(
|
||||
{ type: "gatewayInvalidSession", data: { shardID: basicShard.id, data } },
|
||||
{
|
||||
type: "gatewayInvalidSession",
|
||||
data: { shardID: basicShard.id, data },
|
||||
},
|
||||
);
|
||||
// When d is false we need to reidentify
|
||||
if (!data.d) {
|
||||
|
||||
Reference in New Issue
Block a user