diff options
| author | Adelyn Breelove <[email protected]> | 2018-12-19 15:50:16 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2018-12-19 15:50:16 -0700 |
| commit | 66e1462b8dd3f2b89cf066f314eeb9070b05be69 (patch) | |
| tree | 1f55452f959b7ea3f8c20e14fb8b3a58c89e8f37 /lib/dune | |
| parent | Add proper type parsing to Guild (diff) | |
| download | disml-66e1462b8dd3f2b89cf066f314eeb9070b05be69.tar.xz disml-66e1462b8dd3f2b89cf066f314eeb9070b05be69.zip | |
Fix member abstraction and helper methods
Diffstat (limited to 'lib/dune')
| -rw-r--r-- | lib/dune | 39 |
1 files changed, 15 insertions, 24 deletions
@@ -116,30 +116,21 @@ (public_name disml) (synopsis "An OCaml library for interfacing with the Discord API") (modules - activity activity_t activity_j - attachment attachment_t attachment_j - ban ban_t ban_j - channel channel_t channel_j - embed embed_t embed_j - emoji emoji_t emoji_j - guild guild_t guild_j - member member_t member_j - message message_t message_j - presence presence_t presence_j - reaction reaction_t reaction_j - role role_t role_j - snowflake snowflake_t snowflake_j - user user_t user_j - client - dispatch - endpoints - event - http - models - opcode - rl - s - sharder + activity_t activity_j + attachment_t attachment_j + ban_t ban_j + channel_t channel_j + embed_t embed_j + emoji_t emoji_j + guild_t guild_j + member_t member_j + message_t message_j + presence_t presence_j + reaction_t reaction_j + role_t role_j + snowflake_t snowflake_j + user_t user_j + activity attachment ban channel embed emoji guild member message presence reaction role snowflake user client dispatch endpoints event http models opcode rl s sharder ) (libraries core async_ssl cohttp-async yojson websocket-async zlib atdgen) (preprocess (pps ppx_jane)) |