aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2018-12-14 10:52:36 -0700
committerAdelyn Breelove <[email protected]>2018-12-14 10:52:36 -0700
commitaf684566617ebce536e9f30693aa3e225af906c4 (patch)
tree0184187b0b90e402f74402ffd6975d54fd1b5bb9 /dune
parentFix more dispatch issues (diff)
downloaddisml-af684566617ebce536e9f30693aa3e225af906c4.tar.xz
disml-af684566617ebce536e9f30693aa3e225af906c4.zip
There's a lot going on
Diffstat (limited to 'dune')
-rw-r--r--dune29
1 files changed, 15 insertions, 14 deletions
diff --git a/dune b/dune
index c9ff57b..72ec2ac 100644
--- a/dune
+++ b/dune
@@ -1,25 +1,26 @@
(library
(name disml)
(modules
- 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 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