Skip to content

Commit 1273941

Browse files
authored
docs: Add missing error for Message.edit (#2604)
added missing not found error
1 parent c23d8fc commit 1273941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discord/message.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,8 @@ async def edit(
15481548
15491549
Raises
15501550
------
1551+
NotFound
1552+
The message was not found.
15511553
HTTPException
15521554
Editing the message failed.
15531555
Forbidden

0 commit comments

Comments
 (0)