mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 03:27:42 +00:00
Fix exception type in docstring for Reaction.clear
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user