Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

[Robot] Add missing json error #377

Closed Discord-NET-Robot closed 2 years ago

Discord-NET-Robot commented 2 years ago

Summary

This PR adds 1 new json error codes to DiscordErrorCodes.cs.

Added codes

50109 - The request body contains invalid JSON.

Triggering commit(s)

c4189a4 feat: document error code 50109 (#4241) - spiralw