Browse Source
1.3.0 changelog: fetch_roles fetches roles, not members
pull/2522/head
Io Mintz
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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_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 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 suppressing embeds via :meth:`Message.edit` |
|
|
- Add support for guild subscriptions, see the :class:`Client` documentation for more details. |
|
|
- Add support for guild subscriptions, see the :class:`Client` documentation for more details. |
|
|