From 8e697326998fad5da84ec168b6fefc60c5cec19a Mon Sep 17 00:00:00 2001 From: Soheab <33902984+Soheab@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:36:23 +0100 Subject: [PATCH] Update docs/faq.rst Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com> --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index d7e913126..1573478ca 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -467,7 +467,7 @@ Putting it all together, we can do this in a text command: # Step 1 view.message = await ctx.send('Press me!', view=view) -Application commands, when you respond with :meth:`InteractionResponse.send_message`, returns an instance of :class:`InteractionCallbackResponse` which contains the message you sent. This is the message you should attach to the view. +Application commands, when you respond with :meth:`InteractionResponse.send_message`, return an instance of :class:`InteractionCallbackResponse` which contains the message you sent. This is the message you should attach to the view. Putting it all together, using the previous view definition: