diff options
| author | Zeyla Hellyer <[email protected]> | 2017-02-15 09:27:10 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-02-15 09:27:10 -0800 |
| commit | 4bef6b6c43d2614d554be8e497010b5134a89619 (patch) | |
| tree | 0a928caa5cdd94dbdd509266d18a06b770b604fb | |
| parent | Add 'say' to Group, GuildChannel, PrivateChannel (diff) | |
| download | serenity-4bef6b6c43d2614d554be8e497010b5134a89619.tar.xz serenity-4bef6b6c43d2614d554be8e497010b5134a89619.zip | |
Update README for `methods` feature removal
The `methods` feature was removed due to the OOP update, and so the
README has been updated to reflect the removal.
| -rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -102,11 +102,6 @@ other data, to avoid performing REST requests. If you are low on RAM, do not enable this; - **framework**: Enables the framework, which is a utility to allow simple command parsing, before/after command execution, prefix setting, and more; -- **methods**: Enables compilation of extra methods on struct implementations, -such as `Message::delete()`, `Message::reply()`, `Guild::edit()`, and more. -Without this enabled, requests will need to go through the [`Context`] or -[`rest`] module, which are slightly less efficient from a development -standpoint, and do not automatically perform permission checking; - **voice**: Enables compilation of voice support, so that voice channels can be connected to and audio can be sent/received. |