Browse Source

Fix exception type in docstring for Reaction.clear

pull/10386/merge
Steve C 11 hours ago
committed by GitHub
parent
commit
bd2231bc99
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/reaction.py

2
discord/reaction.py

@ -169,7 +169,7 @@ class Reaction:
.. versionadded:: 1.3
.. versionchanged:: 2.0
This function will now raise :exc:`ValueError` instead of
This function will now raise :exc:`TypeError` instead of
``InvalidArgument``.
Raises

Loading…
Cancel
Save