nyxx-discord / nyxx

Wrapper around Discord API for Dart
Apache License 2.0
326 stars 49 forks source link

Correct the user agent used by default #633

Closed abitofevrything closed 8 months ago

abitofevrything commented 8 months ago

Description

Nyxx's default user agent doesn't match Discord's documentation. This PR fixes that.

See https://discord.com/developers/docs/reference#user-agent. Other libraries (I checked discord.js, discord.py and JDA) all use the DiscordBot prefix, so this is likely a misinterpretation on our end.

Thanks to @MCausc78 for finding this.

Type of change

Checklist: