diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-19 12:00:10 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-19 12:00:10 -0700 |
| commit | 34016fba55c1417408003c4689037bd8c7fc7881 (patch) | |
| tree | f4c1a4542267f034f4296f52593f66c17216d1cc /lib/dune | |
| parent | Add unavailable guilds to cache test (diff) | |
| download | disml-34016fba55c1417408003c4689037bd8c7fc7881.tar.xz disml-34016fba55c1417408003c4689037bd8c7fc7881.zip | |
Add permissions module
Diffstat (limited to 'lib/dune')
| -rw-r--r-- | lib/dune | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ guild guild_t guild_id guild_id_t
member member_t
message message_t message_id
+ permissions
presence
reaction reaction_t
role role_t role_id
@@ -20,7 +21,7 @@ event_models
cache client client_options disml dispatch endpoints event http opcode rl sharder
)
- (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime)
+ (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime bitmasks)
(preprocess (pps ppx_sexp_conv ppx_deriving_yojson))
)
|