aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 08e988e..7f5cd2a 100644
--- a/README.md
+++ b/README.md
@@ -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.