aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-02-15 09:27:10 -0800
committerZeyla Hellyer <[email protected]>2017-02-15 09:27:10 -0800
commit4bef6b6c43d2614d554be8e497010b5134a89619 (patch)
tree0a928caa5cdd94dbdd509266d18a06b770b604fb
parentAdd 'say' to Group, GuildChannel, PrivateChannel (diff)
downloadserenity-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.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 82dc3ce..a708ccc 100644
--- a/README.md
+++ b/README.md
@@ -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.