aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2018-12-15 18:02:29 +0000
committerAdelyn Breedlove <[email protected]>2018-12-15 18:02:29 +0000
commit910ce60bba69b961c82e29ff1bb63bf4d3fe5519 (patch)
tree690861418bed15de47e7cf5672d96fdacc9abe5e /README.md
parentMerge branch 'patch-1' into 'master' (diff)
parentMerging (diff)
downloaddisml-910ce60bba69b961c82e29ff1bb63bf4d3fe5519.tar.xz
disml-910ce60bba69b961c82e29ff1bb63bf4d3fe5519.zip
Merge branch 'dev' into 'master'
Merge first semi-usable state of dev-branch in a while See merge request Mishio595/disml!10
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.