Message content is Optional in Message.edit.

This commit is contained in:
Rapptz 2017-07-10 06:14:51 -04:00
parent 1d3bb1f510
commit b3cad74442

View File

@ -508,8 +508,9 @@ class Message:
Parameters
-----------
content: str
content: Optional[str]
The new content to replace the message with.
Could be ``None`` to remove the content.
embed: Optional[:class:`Embed`]
The new embed to replace the original with.
Could be ``None`` to remove the embed.