diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-11 10:26:52 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-11 10:26:52 -0700 |
| commit | e1cc8d1b261b68c8ace5c1ebdbe81a74b4739dc0 (patch) | |
| tree | 8a6c8cc630c089bf3b33a670c7560dbd624957d1 | |
| parent | Merge branch 'add_cache' into 'master' (diff) | |
| download | disml-e1cc8d1b261b68c8ace5c1ebdbe81a74b4739dc0.tar.xz disml-e1cc8d1b261b68c8ace5c1ebdbe81a74b4739dc0.zip | |
Update README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,11 +14,11 @@ Latest changes are on master * Event dispatch to a user-defined consumer that can be changed at runtime * Automatic reconnection of dropped gateway connections, using RESUME when possible * Automatic rate limit handling for REST requests +* Cache #### What is not implemented? * Abstractions for Discord Objects (**Mostly Completed**) * Voice -* Cache ## Getting started In order to get started you'll first need to install OCaml (of course). I recommend using OPAM and Dune as a package manager and build tool respectively. |