Interface ShardEmbedStatusResponse

Public embed status (net occupancy without auth).

interface ShardEmbedStatusResponse {
    guildId: string;
    guildName: string;
    nets: { id: number; name: string; occupancy: number }[];
    ok: boolean;
    operationOpen: boolean;
    operators: number;
}

Properties

guildId: string
guildName: string
nets: { id: number; name: string; occupancy: number }[]
ok: boolean
operationOpen: boolean
operators: number