aboutsummaryrefslogtreecommitdiff
path: root/lib/models/guild/ban_t.mli
blob: 63d8ca8209822bb44b2fbac40ca8e94c0d04efff (plain) (blame)
1
2
3
4
type t = {
    reason: string option; (** The reason for the ban. *)
    user: User_t.t; (** The banned user. *)
} [@@deriving sexp, yojson { exn = true }]