Browse Source
Fix typo in migrating guide for Client.on_error
pull/7828/head
Chrovo
3 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/migrating.rst
|
|
@ -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` |
|
|
|