Skip to content

Commit

Permalink
docs: Add missing error for Message.edit (#2604)
Browse files Browse the repository at this point in the history
added missing not found error
  • Loading branch information
iyad-f authored Oct 10, 2024
1 parent c23d8fc commit 1273941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discord/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,8 @@ async def edit(
Raises
------
NotFound
The message was not found.
HTTPException
Editing the message failed.
Forbidden
Expand Down

0 comments on commit 1273941

Please sign in to comment.