Replies: 2 comments 6 replies
-
why tf you send us a python code in the |
Beta Was this translation helpful? Give feedback.
5 replies
-
what error are you getting when submitting the model? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to fill out a form via an HTTP request. The form is attached to a message that is rarely deleted. I click a button, and it pops up for me to enter a key. The idea is to send this key via an HTTP request, but my code throws a request error. What’s wrong?
Maybe the ID in the component or the nonce in the body is missing? I’m not sure how to get them. By the way, is there an easier way to interact with form submissions using your library?
The endpoint I want to use is this: https://discord.com/api/v9/interactions.
Here’s the code I need to modify:
Beta Was this translation helpful? Give feedback.
All reactions