aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-01-29 14:18:16 -0700
committerAdelyn Breelove <[email protected]>2019-01-29 14:18:16 -0700
commitd4abffca092879e959ab291ca369671c047b4125 (patch)
treeddcbb3a56dd406c8fca11c43130e494815ba4254 /README.md
parentRemove some debug code (diff)
downloaddisml-d4abffca092879e959ab291ca369671c047b4125.tar.xz
disml-d4abffca092879e959ab291ca369671c047b4125.zip
Make a few things more legible, update build and readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b304e7a..a7635c7 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,13 @@ Latest changes are on master
#### What is implemented?
* The full Discord REST API
* Complete gateway support (sans voice)
-* Automatic sharding
-* Event dispatch to a user-defined consumer
+* Automatic and manual sharding
+* Event dispatch to a user-defined consumer that can be changed at runtime
* Automatic reconnection of dropped gateway connections
* Automatic rate limit handling
#### What is not implemented?
-* Abstractions for Discord Objects (Message, Guild, Channel, etc) (**Mostly Completed**)
+* Abstractions for Discord Objects (**Mostly Completed**)
* Voice
* Cache