mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix incorrect wording in Message.edit docstring
'role' -> 'message'
This commit is contained in:
parent
8bbeee3464
commit
e3de172ba9
@ -1220,7 +1220,7 @@ class Message(Hashable):
|
|||||||
The ``suppress`` keyword-only parameter was added.
|
The ``suppress`` keyword-only parameter was added.
|
||||||
|
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
Edits are no longer in-place, the newly edited role is returned instead.
|
Edits are no longer in-place, the newly edited message is returned instead.
|
||||||
|
|
||||||
.. versionchanged:: 2.0
|
.. versionchanged:: 2.0
|
||||||
This function no-longer raises ``InvalidArgument`` instead raising
|
This function no-longer raises ``InvalidArgument`` instead raising
|
||||||
|
Loading…
x
Reference in New Issue
Block a user