discord / discord-example-app

Basic Discord app with examples
MIT License
515 stars 525 forks source link

Unset User-Agent #4

Closed splatterxl closed 2 years ago

splatterxl commented 2 years ago

Relates to discord/discord-api-docs#4912, I was looking through the DiscordRequest function and it looks like there's no User-Agent header explicitly set?

https://github.com/discord/discord-example-app/blob/main/utils.js#L25-L28