I am trying to make a Discord linking system, but I am having trouble trying to get a user ID from the API based on a username. I found out that the endpoint specifically for that purpose no longer exists, so I tried using the search endpoint, but limiting it to one result.
Here’s the issue.
I just cannot authenticate for some reason. I created a separate account specifically for this project, which acts as a user account to make API requests, but the email verification code keeps getting in the way, meaning I have no way to properly authenticate with the API. Is there a way around this?