aboutsummaryrefslogtreecommitdiff
path: root/dune
diff options
context:
space:
mode:
Diffstat (limited to 'dune')
-rw-r--r--dune8
1 files changed, 4 insertions, 4 deletions
diff --git a/dune b/dune
index 2b4861d..a1ec69e 100644
--- a/dune
+++ b/dune
@@ -1,14 +1,14 @@
(library
(name disml)
- (modules endpoints http client sharder opcode)
+ (modules endpoints http client sharder opcode model s message guild channel)
(libraries core async_ssl cohttp-async yojson websocket-async zlib)
)
; Test executable
(executable
- (name bot)
+ (name bot)
(modules bot)
- (libraries core async disml)
+ (libraries core async_ssl disml)
)
-(include_subdirs unqualified) \ No newline at end of file
+(include_subdirs unqualified)