We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b08c0b commit 4e6cc32Copy full SHA for 4e6cc32
discord_slash/context.py
@@ -118,7 +118,7 @@ async def send(self,
118
.. warning::
119
- Since Release 1.0.9, this is completely changed. If you are migrating from older version, please make sure to fix the usage.
120
- 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
+ - If you send files in the initial response, this will defer if it's not been deferred, and then PATCH with the message
122
123
:param content: Content of the response.
124
:type content: str
0 commit comments