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
The guide in many sections¹ uses the syntax await wait(n) to give a correct example of a task taking more than 3 seconds as a use case of deferReply.
The biggest issue with this is that it does not show the actual real use case for deferReply but serves more as a placeholder, what i suggest as per the discussion on discord is that an HTTP request would be better here as an example, people would understand that in an easier way and would probably not copy a random web request (hopefully)
Describe the bug
The guide in many sections¹ uses the syntax
await wait(n)
to give a correct example of a task taking more than 3 seconds as a use case of deferReply.The biggest issue with this is that it does not show the actual real use case for deferReply but serves more as a placeholder, what i suggest as per the discussion on discord is that an HTTP request would be better here as an example, people would understand that in an easier way and would probably not copy a random web request (hopefully)
To Reproduce
Screenshots
No response
Device (please complete the following information)
all
Additional notes
No response
The text was updated successfully, but these errors were encountered: