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
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.
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
+
57
62
Let's compare some of the major code differences between the prior examples in order
0 commit comments