Skip to content

Commit 4e6cc32

Browse files
Update docs
1 parent 7b08c0b commit 4e6cc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord_slash/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async def send(self,
118118
.. warning::
119119
- Since Release 1.0.9, this is completely changed. If you are migrating from older version, please make sure to fix the usage.
120120
- You can't use both ``embed`` and ``embeds`` at the same time, also applies to ``file`` and ``files``.
121-
- You cannot send files in the initial response
121+
- If you send files in the initial response, this will defer if it's not been deferred, and then PATCH with the message
122122
123123
:param content: Content of the response.
124124
:type content: str

0 commit comments

Comments
 (0)