diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-28 09:48:49 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-28 09:48:49 -0700 |
| commit | f43c41dcf56a30f3fac0de07349b2c505203c380 (patch) | |
| tree | 2d2e228a2dd1cd489927cfec547494a433bded42 /lib/models/guild/ban_t.mli | |
| parent | Fix Message.t.mentions (diff) | |
| download | disml-f43c41dcf56a30f3fac0de07349b2c505203c380.tar.xz disml-f43c41dcf56a30f3fac0de07349b2c505203c380.zip | |
Add more docs
Diffstat (limited to 'lib/models/guild/ban_t.mli')
| -rw-r--r-- | lib/models/guild/ban_t.mli | 4 |
1 files changed, 2 insertions, 2 deletions
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 |