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 #444

Closed Discord-NET-Robot closed 2 years ago

Discord-NET-Robot commented 2 years ago

Summary

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

Added codes

30046 - Maximum number of edits to messages older than 1 hour reached. Try again later 50068 - Invalid message type

Triggering commit(s)

[`1d39b02`](https://github.com/discord/discord-api-docs/commit/1d39b02ca8dcc54d33316cc95e6eccfb8c7725cc) Document what message flags can be sent (#4357) - advaith1