diff options
| author | Adelyn Breedlove <[email protected]> | 2018-12-14 16:49:37 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2018-12-14 16:49:37 -0700 |
| commit | 41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2 (patch) | |
| tree | 690861418bed15de47e7cf5672d96fdacc9abe5e /README.md | |
| parent | Merge branch 'dev' of https://gitlab.com/Mishio595/disml into dev (diff) | |
| parent | A few metafile updates (diff) | |
| download | disml-41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2.tar.xz disml-41fbba7d0b7dd9fff8dcb9985a474cfbbd2408f2.zip | |
Merging
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,10 +10,11 @@ This is being actively developed and is definitely still in the early stages. Wh * Rudimentary gateway support * Automatic sharding * Event dispatch to a user-defined consumer +* Automatic reconnection of dropped gateway connections +* Automatic rate limit handling #### What is not implemented? -* Abstractions for Discord Objects (Message, Guild, Channel, etc) -* Automatic reconnection of dropped gateway connections +* Abstractions for Discord Objects (Message, Guild, Channel, etc) (**IN PROGRESS!**) * Voice * Cache @@ -22,4 +23,4 @@ In order to get started you'll first need to install OCaml (of course). I recomm I currently don't provide an opam build file nor is the project uploaded to opam. This will happen with the first stable release. -You'll find an example bot in /bin directory.
\ No newline at end of file +You'll find an example bot in /bin directory. |