You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ slash commands just yet. We can do that by adding this code shown here:
56
56
57
57
.. note::
58
58
In this example we responded directly to the interaction, however if you want to delay the response (if you need more than 3 seconds before sending a message)
59
-
you can defer the response for up to 15 miniuties with :meth:`ctx.defer() <.SlashContext.defer()>`, this displays a "Bot is thinking" message.
59
+
you can defer the response for up to 15 minutes with :meth:`ctx.defer() <.SlashContext.defer()>`, this displays a "Bot is thinking" message.
60
60
However do not defer the response if you will be able to respond (send) within three seconds as this will cause a message to flash up
61
61
62
62
Let's compare some of the major code differences between the prior examples in order
0 commit comments