enum ShardSocketCloseCodesimport { ShardSocketCloseCodes } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; MembersReIdentifying = 3066Shard is re-identifying therefore the old connection needs to be closed. Resharded = 3065Special close code reserved for Discordeno's zero-downtime resharding system. ResumeClosingOldConnection = 3024A resume has been requested and therefore the old connection needs to be closed. Shutdown = 3000A regular Shard shutdown. TestingFinished = 3064Discordeno's gateway tests hae been finished, therefore the Shard can be turned off. ZombiedConnection = 3010Did not receive a heartbeat ACK in time. Closing the shard and creating a new session. import ShardSocketCloseCodesimport { ShardSocketCloseCodes } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts";