aboutsummaryrefslogtreecommitdiff
path: root/docs/whats_new.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-01-22 21:12:02 -0500
committerRapptz <[email protected]>2020-01-22 21:12:02 -0500
commit2ba28bbfe2e78b2ef7e305aeb8bc878e4ce6c463 (patch)
tree78b13c342ae1145d326a45319e4b98c9c93aef71 /docs/whats_new.rst
parentFix up some links and mention IDENTIFY change (diff)
downloaddiscord.py-2ba28bbfe2e78b2ef7e305aeb8bc878e4ce6c463.tar.xz
discord.py-2ba28bbfe2e78b2ef7e305aeb8bc878e4ce6c463.zip
One last superfluous .0 in versionadded
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 c947b326..e000ccfb 100644
--- a/docs/whats_new.rst
+++ b/docs/whats_new.rst
@@ -102,7 +102,7 @@ Bug Fixes
- |commands| Updating the :attr:`Paginator.suffix <.ext.commands.Paginator.suffix>` will not cause out of date calculations. (:issue:`2251`)
- |commands| Allow converters from custom extension packages. (:issue:`2369`, :issue:`2374`)
- |commands| Fix issue with paginator prefix being ``None`` causing empty pages. (:issue:`2471`)
-- |commands| :class:`~.ext.commands.Greedy` now ignores parsing errors rather than propagating them.
+- |commands| :class:`~.commands.Greedy` now ignores parsing errors rather than propagating them.
- |commands| :meth:`Command.can_run <.ext.commands.Command.can_run>` now checks whether a command is disabled.
- |commands| :attr:`HelpCommand.clean_prefix <.ext.commands.HelpCommand.clean_prefix>` now takes into consideration nickname mentions. (:issue:`2489`)
- |commands| :meth:`Context.send_help <.ext.commands.Context.send_help>` now properly propagates to the :meth:`HelpCommand.on_help_command_error <.ext.commands.HelpCommand.on_help_command_error>` handler.