aboutsummaryrefslogtreecommitdiff
path: root/lib/models/guild/ban_t.mli
blob: 37e5cfabf7e637cd3c42ed774ebf8df254265fcc (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]