Interface SetFeaturesResponse

Response from updating shard features.

interface SetFeaturesResponse {
    action: "features.set";
    features: ShardFeatures;
    guildId: string;
    ok: boolean;
    publicNet: PublicNetState;
}

Properties

action: "features.set"
features: ShardFeatures
guildId: string
ok: boolean
publicNet: PublicNetState