diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-26 22:00:15 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-26 22:00:15 -0700 |
| commit | 187e3484751df3e516a1cf2f13c53cf8b3ced005 (patch) | |
| tree | 60d506c65a10256ee14ac54d9766507601d18505 /README.md | |
| parent | Remove most badges, related projects from README (diff) | |
| download | serenity-187e3484751df3e516a1cf2f13c53cf8b3ced005.tar.xz serenity-187e3484751df3e516a1cf2f13c53cf8b3ced005.zip | |
Update features list in README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -96,11 +96,21 @@ features = ["pick", "your", "feature", "names", "here"] The following is a full list of features: +- **builder**: The builders used in conjunction with models' methods. - **cache**: The cache will store information about guilds, channels, users, and other data, to avoid performing REST requests. If you are low on RAM, do not enable this; +- **client**: A manager for shards and event handlers, abstracting work away +handling shard events and updating the cache, if enabled. - **framework**: Enables the framework, which is a utility to allow simple command parsing, before/after command execution, prefix setting, and more; +- **gateway**: A Shard, used as a higher-level interface for communicating with +the Discord gateway over a WebSocket client. +- **http**: Functions providing a wrapper over Discord's REST API at a low +enough level that optional parameters can be provided at will via a JsonMap. +- **model**: Method implementations for models, acting as helper methods over +the HTTP functions. +- **utils**: Utility functions for common use cases by users. - **voice**: Enables compilation of voice support, so that voice channels can be connected to and audio can be sent/received. |