aboutsummaryrefslogtreecommitdiff
path: root/docs/whats_new.rst
diff options
context:
space:
mode:
authorIo Mintz <[email protected]>2020-01-22 20:34:10 -0600
committerGitHub <[email protected]>2020-01-22 20:34:10 -0600
commit03d9005eecea5bc367f9b5f68142fd0b3b6e0b90 (patch)
treef3eb48e22b2d842f814842e175406100b55fd48f /docs/whats_new.rst
parentOne last superfluous .0 in versionadded (diff)
downloaddiscord.py-03d9005eecea5bc367f9b5f68142fd0b3b6e0b90.tar.xz
discord.py-03d9005eecea5bc367f9b5f68142fd0b3b6e0b90.zip
1.3.0 changelog: fetch_roles fetches roles, not members
Diffstat (limited to 'docs/whats_new.rst')
-rw-r--r--docs/whats_new.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst
index e000ccfb..8ae0cfed 100644
--- a/docs/whats_new.rst
+++ b/docs/whats_new.rst
@@ -22,7 +22,7 @@ New Features
~~~~~~~~~~~~~~
- Add :meth:`Guild.fetch_members` to fetch members from the HTTP API. (:issue:`2204`)
-- Add :meth:`Guild.fetch_roles` to fetch members from the HTTP API. (:issue:`2208`)
+- Add :meth:`Guild.fetch_roles` to fetch roles from the HTTP API. (:issue:`2208`)
- Add support for teams via :class:`Team` when fetching with :meth:`Client.application_info`. (:issue:`2239`)
- Add support for suppressing embeds via :meth:`Message.edit`
- Add support for guild subscriptions, see the :class:`Client` documentation for more details.