type State: | "CONNECTED" | "CONNECTING" | "DISCONNECTED" | "DISCONNECTING" | "DESTROYING";
src/structures/Types/Utils.ts:333