Skip to content

Commit f6df66a

Browse files
committed
Add missing documentation for StoreChannelConverter
1 parent 6d63cf0 commit f6df66a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/ext/commands/api.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ Converters
290290
.. autoclass:: discord.ext.commands.VoiceChannelConverter
291291
:members:
292292

293+
.. autoclass:: discord.ext.commands.StoreChannelConverter
294+
:members:
295+
293296
.. autoclass:: discord.ext.commands.CategoryChannelConverter
294297
:members:
295298

docs/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ New Features
5353
- Add a :func:`utils.remove_markdown` helper function (:issue:`6573`)
5454
- Add support for passing scopes to :func:`utils.oauth_url` (:issue:`6568`)
5555
- |commands| Add support for ``rgb`` CSS function as a parameter to :class:`ColourConverter <ext.commands.ColourConverter>` (:issue:`6374`)
56-
- |commands| Add support for converting :class:`StoreChannel` s via :class:`StoreChannelConverter <ext.commands.StoreChannelConverter>` (:issue:`6603`)
56+
- |commands| Add support for converting :class:`StoreChannel` via :class:`StoreChannelConverter <ext.commands.StoreChannelConverter>` (:issue:`6603`)
5757
- |commands| Add support for stripping whitespace after the prefix is encountered using the ``strip_after_prefix`` :class:`~ext.commands.Bot` constructor parameter.
5858
- |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`)
5959
- |commands| Add a converter for :class:`PartialMessage` under :class:`ext.commands.PartialMessageConverter` (:issue:`6308`)

0 commit comments

Comments
 (0)