Discord Informations at Site

Hello, I'm creating the website for my Discord bot. I have done OAuth2 Redirect URI, but I haven't done show user informations at site (Username, avatar, and etc.). How I can this?

Nice to see you again, @eray6421!

OAuth2 enables application developers to build applications that utilize authentication and data from the Discord API. This can be used to create things such as web dashboard to display user info, fetch linked third-party accounts like Twitch or Steam, access users’ guild information without actually being in the guild, and much more. OAuth2 can greatly extend the functionality of your bot if used correctly.

Here are some helpful links that will get your started:

Happy Glitching!

Thanks you :slight_smile: