Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit c748e4b

Browse files
committed
Mention ephemeral messages can only be edited with raw method
1 parent d1dc41e commit c748e4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

discord/interactions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ async def edit_original_message(
258258
This is a lower level interface to :meth:`InteractionMessage.edit` in case
259259
you do not want to fetch the message and save an HTTP request.
260260
261+
This method is also the only way to edit the original message if
262+
the message sent was ephemeral.
263+
261264
Parameters
262265
------------
263266
content: Optional[:class:`str`]

0 commit comments

Comments
 (0)