We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recorded event data:
{"required_action":"REQUIRE_VERIFIED_PHONE"}
The text was updated successfully, but these errors were encountered:
mmmm
Sorry, something went wrong.
pressing that button seems to send a POST to discord.com/api/v9/users/@me/phone (the change phone number endpoint?) with the following body:
POST
discord.com/api/v9/users/@me/phone
{"phone":"+93555555555","change_phone_reason":"user_action_required"}
The received response:
{"message": "Please use a valid mobile phone number, not a VoIP or landline number.", "code": 70005}
And being in this state means all of your normal api requests return a 403
See https://docs.discord.sex/topics/gateway-events#user-required-action-update
No branches or pull requests
Recorded event data:
The text was updated successfully, but these errors were encountered: