diff options
| author | Mishio595 <[email protected]> | 2018-11-25 20:30:11 -0700 |
|---|---|---|
| committer | Mishio595 <[email protected]> | 2018-11-25 20:30:11 -0700 |
| commit | ffd7237f62ff8b286a05c9256ab90c92770241a9 (patch) | |
| tree | 98aeaec02dfa0d291d69ff981f9ae17e46ba5b55 /dune | |
| parent | convert to client from client_ez (diff) | |
| download | disml-ffd7237f62ff8b286a05c9256ab90c92770241a9.tar.xz disml-ffd7237f62ff8b286a05c9256ab90c92770241a9.zip | |
More models, some dispatch rework starting
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ (library (name disml) - (modules attachment channel embed emoji guild member message reaction role snowflake user client endpoints http opcode sharder) + (modules activity attachment ban channel embed emoji guild member message presence reaction role snowflake user client dispatch endpoints event http opcode sharder) (libraries core async_ssl cohttp-async yojson websocket-async zlib) ) |