Interface ShardRulesResponse

Current auto-assignment rules.

interface ShardRulesResponse {
    guildId: string;
    ok: boolean;
    rules: AutoAssignRule[];
}

Properties

Properties

guildId: string
ok: boolean