diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-29 14:18:16 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-29 14:18:16 -0700 |
| commit | d4abffca092879e959ab291ca369671c047b4125 (patch) | |
| tree | ddcbb3a56dd406c8fca11c43130e494815ba4254 /README.md | |
| parent | Remove some debug code (diff) | |
| download | disml-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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |