Unknown interaction
#8418
-
I keep getting this error: |
Beta Was this translation helpful? Give feedback.
Answered by
Bluesy1
Aug 30, 2022
Replies: 1 comment
-
You can use the following to defer your response: await interaction.response.defer()
# later
await interaction.followup.send(...) Docs here |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
everlyy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the following to defer your response:
Docs here
Note: the epehemerality of the response is set in
defer()