Skip to content

Commit 64cc2a5

Browse files
committed
Added more docstring
1 parent f8523af commit 64cc2a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

discord_slash/context.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ async def respond(self, eat: bool = False):
8080
You should call this first.
8181
8282
.. note::
83-
If `eat` is ``False``, there is a chance that ``message`` variable is present.
83+
- 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.
8486
8587
:param eat: Whether to eat user's input. Default ``False``.
8688
"""

0 commit comments

Comments
 (0)