From f43c41dcf56a30f3fac0de07349b2c505203c380 Mon Sep 17 00:00:00 2001 From: Adelyn Breelove Date: Mon, 28 Jan 2019 09:48:49 -0700 Subject: Add more docs --- lib/models/guild/ban_t.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/models/guild/ban_t.mli') diff --git a/lib/models/guild/ban_t.mli b/lib/models/guild/ban_t.mli index 95fb274..51d59e7 100644 --- a/lib/models/guild/ban_t.mli +++ b/lib/models/guild/ban_t.mli @@ -1,4 +1,4 @@ type t = { - reason: string; - user: User_t.t; + reason: string option; (** The reason for the ban. *) + user: User_t.t; (** The banned user. *) } [@@deriving sexp, yojson] \ No newline at end of file -- cgit v1.2.3