mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
fix: dumb fmt shit plz auto do it
This commit is contained in:
+4
-1
@@ -8,7 +8,10 @@ export function resume(gateway: GatewayManager, shardId: number) {
|
||||
// Get the old data for this shard necessary for resuming
|
||||
const oldShard = gateway.shards.get(shardId);
|
||||
if (!oldShard) {
|
||||
return gateway.debug("GW DEBUG", `[Error] Trying to resume a shard (id: ${shardId}) that was not first identified.`);
|
||||
return gateway.debug(
|
||||
"GW DEBUG",
|
||||
`[Error] Trying to resume a shard (id: ${shardId}) that was not first identified.`,
|
||||
);
|
||||
}
|
||||
|
||||
// HOW TO CLOSE OLD SHARD SOCKET!!!
|
||||
|
||||
Reference in New Issue
Block a user