aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-23 10:40:04 -0700
committerAdelyn Breelove <[email protected]>2019-01-23 10:40:04 -0700
commitf23a12be25f819b9cc9ae05829b14edb6807082f (patch)
treee90bf9fa5a469c9707feccce9bf3926858c67f35 /lib/dune
parentfix a doc typo (diff)
downloaddisml-f23a12be25f819b9cc9ae05829b14edb6807082f.tar.xz
disml-f23a12be25f819b9cc9ae05829b14edb6807082f.zip
Guild ID and Channel ID abstractions
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/dune b/lib/dune
index a5a2e6e..ea0142e 100644
--- a/lib/dune
+++ b/lib/dune
@@ -6,10 +6,10 @@
activity
attachment
ban ban_t
- channel channel_t
+ channel channel_t channel_id channel_id_t
embed
emoji
- guild guild_t
+ guild guild_t guild_id guild_id_t
member member_t
message message_t
presence
@@ -17,7 +17,7 @@
role role_t
snowflake
user user_t
- client client_options dispatch endpoints event http opcode rl sharder
+ client client_options disml dispatch endpoints event http impl opcode rl s sharder
)
(libraries core async_ssl cohttp-async logs yojson websocket-async zlib ppx_deriving_yojson.runtime)
(preprocess (pps ppx_jane ppx_deriving_yojson))