diff options
| author | Rapptz <[email protected]> | 2021-04-04 00:04:30 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-04 00:04:30 -0400 |
| commit | 834a7d80aa9378ff52c6d64822a43352e9d57082 (patch) | |
| tree | d76fe3c32d121ecdb3c58465a2a1496f7a7d9b44 /docs/whats_new.rst | |
| parent | Add content_type to changelog (diff) | |
| download | discord.py-834a7d80aa9378ff52c6d64822a43352e9d57082.tar.xz discord.py-834a7d80aa9378ff52c6d64822a43352e9d57082.zip | |
Fix StoreChannel reference in changelog
Diffstat (limited to 'docs/whats_new.rst')
| -rw-r--r-- | docs/whats_new.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 3fc5999a..1f47ee83 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -53,7 +53,7 @@ New Features - Add a :func:`utils.remove_markdown` helper function (:issue:`6573`) - Add support for passing scopes to :func:`utils.oauth_url` (:issue:`6568`) - |commands| Add support for ``rgb`` CSS function as a parameter to :class:`ColourConverter <ext.commands.ColourConverter>` (:issue:`6374`) -- |commands| Add support for converting :class:`StoreChannel`s via :class:`StoreChannelConverter <ext.commands.StoreChannelConverter>` (:issue:`6603`) +- |commands| Add support for converting :class:`StoreChannel` s via :class:`StoreChannelConverter <ext.commands.StoreChannelConverter>` (:issue:`6603`) - |commands| Add support for stripping whitespace after the prefix is encountered using the ``strip_after_prefix`` :class:`~ext.commands.Bot` constructor parameter. - |commands| Add :attr:`Context.invoked_parents <ext.commands.Context.invoked_parents>` to get the aliases a command's parent was invoked with (:issue:`1874`, :issue:`6462`) - |commands| Add a converter for :class:`PartialMessage` under :class:`ext.commands.PartialMessageConverter` (:issue:`6308`) |