Browse Source

[Robot] Add missing json error (#354)

* Add 20029 Error code

* Update DiscordErrorCode.cs

Co-authored-by: Robot
Co-authored-by: Quin Lynch <49576606+quinchs@users.noreply.github.com>
pull/1966/head
Discord-NET-Robot GitHub 3 years ago
parent
commit
648baf3c0f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Core/DiscordErrorCode.cs

+ 1
- 0
src/Discord.Net.Core/DiscordErrorCode.cs View File

@@ -65,6 +65,7 @@ namespace Discord
OnlyOwnerAction = 20018,
AnnouncementEditRatelimit = 20022,
ChannelWriteRatelimit = 20028,
WriteRatelimitReached = 20029,
WordsNotAllowed = 20031,
GuildPremiumTooLow = 20035,
#endregion


Loading…
Cancel
Save