Interface ShardFeaturesResponse

Current shard feature configuration response.

interface ShardFeaturesResponse {
    features: ShardFeatures;
    guildId: string;
    ok: boolean;
}

Properties

Properties

features: ShardFeatures
guildId: string
ok: boolean