Browse Source

Fix exception type in docstring for Reaction.clear

pull/10423/head
Steve C 3 months ago
committed by GitHub
parent
commit
cf4bee00b2
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