Fix typo in migrating guide for Client.on_error

This commit is contained in:
Chrovo
2022-04-02 00:06:39 -04:00
committed by GitHub
parent 3d914e08e0
commit 26ac844a04

View File

@ -961,7 +961,7 @@ Parameters in the following methods are now all positional-only:
- :meth:`Client.fetch_webhook`
- :meth:`Client.fetch_widget`
- :meth:`Message.add_reaction`
- :meth:`Client.error`
- :meth:`Client.on_error`
- :meth:`abc.Messageable.fetch_message`
- :meth:`abc.GuildChannel.permissions_for`
- :meth:`DMChannel.get_partial_message`