aboutsummaryrefslogtreecommitdiff
path: root/lib/models/channel.mli
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-17 10:41:38 -0700
committerAdelyn Breelove <[email protected]>2019-01-17 10:41:38 -0700
commit8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9 (patch)
tree281475ea7fdab6440916bf070dd975348bcf39f3 /lib/models/channel.mli
parentResolve non-ff merge (diff)
downloaddisml-8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9.tar.xz
disml-8078a13e2382ce85fba3bd0bb8b22e336e8cb6a9.zip
Fix mli files and add member methods back
Diffstat (limited to 'lib/models/channel.mli')
-rw-r--r--lib/models/channel.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/channel.mli b/lib/models/channel.mli
index 4d67e94..6ca814e 100644
--- a/lib/models/channel.mli
+++ b/lib/models/channel.mli
@@ -1,6 +1,6 @@
open Async
+include module type of Channel_t
-type t = Channel_t.t
val say : content:string -> t -> Message_t.t Deferred.Or_error.t
val send_message :
?embed:Yojson.Safe.json ->