Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/GodusOV/pycord into pr/417
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Nov 11, 2021
2 parents 8ba816d + dd0a0d0 commit 2a322cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions discord/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -1267,8 +1267,9 @@ async def edit(
Tried to suppress a message without permissions or
edited a message's content or embed that isn't yours.
~discord.InvalidArgument
You specified both ``embed`` and ``embeds`` or
specified both ``file`` and ``files``.
You specified both ``embed`` and ``embeds``,
specified both ``file`` and ``files``, or either``file``
or ``files`` were of the wrong type.
"""

payload: Dict[str, Any] = {}
Expand Down

0 comments on commit 2a322cb

Please sign in to comment.