Browse Source
Fix exception type in docstring for Reaction.clear
pull/10423/head
Steve C
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|