Interface ReadyCheckRemoveResponse

Response from removing a ready check template.

interface ReadyCheckRemoveResponse {
    guildId: string;
    ok: boolean;
    removedId: string;
}

Properties

Properties

guildId: string
ok: boolean
removedId: string