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 f8523af commit 64cc2a5Copy full SHA for 64cc2a5
discord_slash/context.py
@@ -80,7 +80,9 @@ async def respond(self, eat: bool = False):
80
You should call this first.
81
82
.. note::
83
- If `eat` is ``False``, there is a chance that ``message`` variable is present.
+ - If `eat` is ``False``, there is a chance that ``message`` variable is present.
84
+ - While it is recommended to be manually called, this will still be automatically called
85
+ if this isn't called but :meth:`.send()` is called.
86
87
:param eat: Whether to eat user's input. Default ``False``.
88
"""
0 commit comments