Browse Source

Add 50055 Error code (#352)

Co-authored-by: quin lynch <lynchquin@gmail.com>
pull/1966/head
Discord-NET-Robot GitHub 3 years ago
parent
commit
91ad2018ef
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

@@ -139,6 +139,7 @@ namespace Discord
FileUploadTooBig = 50045,
InvalidFileUpload = 50046,
CannotSelfRedeemGift = 50054,
InvalidGuild = 50055,
PaymentSourceRequiredForGift = 50070,
CannotDeleteRequiredCommunityChannel = 50074,
InvalidSticker = 50081,


Loading…
Cancel
Save